bugfix: Client handler process did not exit after connection reset by client

This commit is contained in:
Jan Lindemann 2002-10-21 19:15:09 +00:00 committed by Jan Lindemann
commit aaead239c4
3 changed files with 7 additions and 3 deletions

View file

@ -47,3 +47,7 @@ o msgfmt: bugfix: parse() had small memory leaks
1.1.3-3
-------
o compiling release version with NDEBUG (switching off assertions)
1.1.3-4
-------
o bugfix: client handler process did not exit after connection reset by client

View file

@ -1 +1 @@
1.1.3-3-dev
1.1.3-4-dev

View file

@ -49,8 +49,8 @@ else
endif
ifeq ($(USE_COMPILER_DEBUG_OPTS),true)
PROJECT_CFLAGS += -Wall -g3
PROJECT_CPPFLAGS += -Wall -g3
PROJECT_CFLAGS += -Wall -g3 -D_DO_TRACE_
PROJECT_CPPFLAGS += -Wall -g3 -D_DO_TRACE_
PROJECT_LDFLAGS += -Wall -g3
else
ifeq ($(USE_COMPILER_OPTIMIZATION_OPTS),true)