diff options
author | welch <welch@noemail.net> | 2000-04-09 23:55:43 (GMT) |
---|---|---|
committer | welch <welch@noemail.net> | 2000-04-09 23:55:43 (GMT) |
commit | 1e5988c9949f8f23b888c4fe80198e0cc3f619d5 (patch) | |
tree | e639afce30a358a0a7ea2300474e48c2db84a8f5 /ChangeLog | |
parent | 231d352f0d93f48145fffb15ee81babffb525245 (diff) | |
download | tcl-1e5988c9949f8f23b888c4fe80198e0cc3f619d5.zip tcl-1e5988c9949f8f23b888c4fe80198e0cc3f619d5.tar.gz tcl-1e5988c9949f8f23b888c4fe80198e0cc3f619d5.tar.bz2 |
Updates for htp
FossilOrigin-Name: 7fb7d11f650ad885ee866b116a8d78c25d6d6182
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 |