diff options
author | welch <welch> | 2000-04-09 23:55:44 (GMT) |
---|---|---|
committer | welch <welch> | 2000-04-09 23:55:44 (GMT) |
commit | 6d1773a95a0451d9c28641768b75c47f59914527 (patch) | |
tree | e639afce30a358a0a7ea2300474e48c2db84a8f5 /ChangeLog | |
parent | 30b85ad8f04057b9e09d22e6e5317c81338b4c2b (diff) | |
download | tcl-6d1773a95a0451d9c28641768b75c47f59914527.zip tcl-6d1773a95a0451d9c28641768b75c47f59914527.tar.gz tcl-6d1773a95a0451d9c28641768b75c47f59914527.tar.bz2 |
Updates for htp
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2000-04-09 Brent Welch <welch@scriptics.com> + + * lib/httpd2.1/http.tcl: Worked on the "server closes before + reading post data" case, which unfortunately causes different + error cases on Solaris, which can read the reply, and Linux + and Windows, which cannot read anything. This is all in the + loop-back case - client and server on the same host. Also + unified the error handling so the "ioerror" status goes away + and errors are reflected in a more uniform way. Updated the + man page to document the behavior. + 2000-04-09 Jeff Hobbs <hobbs@scriptics.com> * unix/tclUnixThrd.c (Tcl_CreateThread): moved TCL_THREADS ifdef |