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 | 1d751279fa3fb3f5901ed3252bb3d95e835763bc (patch) | |
tree | a80ea51247a38ad3dde075fa8e13506c8e3c316b /ChangeLog | |
parent | 3a2c58f0e325649c4a1c1f7dc37ed58705f91221 (diff) | |
parent | 8a8a8b6a833f9bef506449c23f5e058f7809cece (diff) | |
download | tcl-1d751279fa3fb3f5901ed3252bb3d95e835763bc.zip tcl-1d751279fa3fb3f5901ed3252bb3d95e835763bc.tar.gz tcl-1d751279fa3fb3f5901ed3252bb3d95e835763bc.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 |