diff options
Diffstat (limited to 'util/ChangeLog')
-rw-r--r-- | util/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/util/ChangeLog b/util/ChangeLog index 63d932d77..5e69e7cb4 100644 --- a/util/ChangeLog +++ b/util/ChangeLog @@ -1,5 +1,14 @@ +2001-04-23 Werner Koch <[email protected]> + + * http.c (http_wait_response): Implement new flag to inhibit the + TCP shutdown. + 2001-04-20 Werner Koch <[email protected]> + * http.c (http_start_data): Use write_server and not the iobuf + stuff. I wonder why we are at all using write_server - shouldn't + it be handled by iobuf? + * strgutil.c (set_native_charset): Allow utf-8 by introducing the new no_translation variable. (native_to_utf8): Handle no_translation. |