summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-23 14:04:27 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-23 14:04:27 (GMT)
commit5c9b640714bee1ace568923c48755f7b04d9fd9c (patch)
tree8b2992828b0de88a747dac0aa8cfc97311fe4d25 /ChangeLog
parent2c854d97760abc9997260aa03924af5bd0315fb8 (diff)
parent6f64df6c74bca1f0645d629ff7ed7198cdc5316e (diff)
downloadtcl-5c9b640714bee1ace568923c48755f7b04d9fd9c.zip
tcl-5c9b640714bee1ace568923c48755f7b04d9fd9c.tar.gz
tcl-5c9b640714bee1ace568923c48755f7b04d9fd9c.tar.bz2
Fix [2911139]: connect asynchronously, but without unnecessary internal waits.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1532676..0b853e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-01-23 Donal K. Fellows <dkf@users.sf.net>
+
+ * library/http/http.tcl (http::geturl): [Bug 2911139]: Do not do vwait
+ for connect to avoid reentrancy problems (except when operating
+ without a -command option). Internally, this means that all sockets
+ created by the http package will always be operated in asynchronous
+ mode.
+
2013-01-21 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclInt.decls: Put back Tcl[GS]etStartupScript(Path|FileName)