summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorsandeep <sandeep@noemail.net>2000-03-29 20:19:58 (GMT)
committersandeep <sandeep@noemail.net>2000-03-29 20:19:58 (GMT)
commite57d523765ab57b3ede9686e23085a6e4fcbfe52 (patch)
treeea5e82551999ec440334e3db9d5a6b3ac133cfe6 /ChangeLog
parentf7980cfc202d708d1a31abf81576539ecddf63a3 (diff)
downloadtcl-e57d523765ab57b3ede9686e23085a6e4fcbfe52.zip
tcl-e57d523765ab57b3ede9686e23085a6e4fcbfe52.tar.gz
tcl-e57d523765ab57b3ede9686e23085a6e4fcbfe52.tar.bz2
2000-03-29 Sandeep Tamhankar <sandeep@scriptics.com>
* library/http2.1/http.tcl: Removed an unnecessary fileevent statement from the error processing part of the Write method. Also, fixed two potential memory leaks in wait and reset, in which the state array wasn't being unset before throwing an exception. Prior to this version, Brent checked in a fix to catch a fileevent statement that was sometimes causing a stack trace when geturl was called with -timeout. I believe Brent's fix is necessary because TLS closes bad sockets for secure connections, and the fileevent was trying to act on a socket that no longer existed. FossilOrigin-Name: 21ce42ac0d1ec680a1b78a95600a3d55cc9b530c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c91e7da..542ef26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2000-03-29 Sandeep Tamhankar <sandeep@scriptics.com>
+
+ * library/http2.1/http.tcl: Removed an unnecessary fileevent
+ statement from the error processing part of the Write method.
+ Also, fixed two potential memory leaks in wait and reset, in which
+ the state array wasn't being unset before throwing an exception.
+ Prior to this version, Brent checked in a fix to catch a
+ fileevent statement that was sometimes causing a stack trace when
+ geturl was called with -timeout. I believe Brent's fix is
+ necessary because TLS closes bad sockets for secure connections,
+ and the fileevent was trying to act on a socket that no longer
+ existed.
+
2000-03-27 Jeff Hobbs <hobbs@scriptics.com>
* tests/httpd: removed unnecessary 'puts stderr "Post Dispatch"'