diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-01-23 09:03:46 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-01-23 09:03:46 (GMT) |
commit | 6f64df6c74bca1f0645d629ff7ed7198cdc5316e (patch) | |
tree | a80ea51247a38ad3dde075fa8e13506c8e3c316b /ChangeLog | |
parent | b63a137be6a9a9491e5927f5613bbaf84f00532b (diff) | |
parent | ae2b9cd377978ef7018b95e2d16b17042e2eb76b (diff) | |
download | tcl-6f64df6c74bca1f0645d629ff7ed7198cdc5316e.zip tcl-6f64df6c74bca1f0645d629ff7ed7198cdc5316e.tar.gz tcl-6f64df6c74bca1f0645d629ff7ed7198cdc5316e.tar.bz2 |
Fix [2911139]: connect asynchronously, but without unnecessary internal waits.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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-18 Jan Nijtmans <nijtmans@users.sf.net> * generic/tclPort.h: [Bug 3598300]: unix: tcl.h does not include |