-
No, it isn't. Sorry about that.
2009-11-19 20:07:08 UTC in Tcl
-
In http 2.7.2, there is a bug that can cause a web page to report failure when in fact it has succeeded.
In http::Event, the code that reads the HTTP response (such as "HTTP/1.1 200 OK") fails to check the returned size of that read. If there is data available on that socket, but the data doesn't represent a complete line, the call to "gets" will return -1 (which is ignored) and the HTTP...
2009-11-19 19:54:25 UTC in Tcl
-
I can add at this point that we've been using TCL with this patch in our product for nearly a year now, with no recurrences of the original crash, and with no known regressions caused by the patch.
2009-10-01 20:46:46 UTC in Tcl