diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2020-11-16 14:06:50 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2020-11-16 14:06:50 (GMT) |
commit | 413ce795e023b9fc40a39e3a0516bacc566292d7 (patch) | |
tree | 02b3b9aa173e66b0b5d0f70cc3d7991308de5dbb /doc | |
parent | 71a412b8daa48172c15652a8fb18a5bf2cc148c1 (diff) | |
download | tcl-413ce795e023b9fc40a39e3a0516bacc566292d7.zip tcl-413ce795e023b9fc40a39e3a0516bacc566292d7.tar.gz tcl-413ce795e023b9fc40a39e3a0516bacc566292d7.tar.bz2 |
Ticket [93551c1230]: Document that http::geturl processes the event loop without -command
Diffstat (limited to 'doc')
-rw-r--r-- | doc/http.n | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -78,6 +78,9 @@ when the transaction completes. For this to work, the Tcl event loop must be active. In Tk applications this is always true. For pure-Tcl applications, the caller can use \fB::http::wait\fR after calling \fB::http::geturl\fR to start the event loop. +.PP +\fBNote:\fR The event queue is even used without the \fB-command\fR option. +As a side effect, arbitrary commands may be processed while \fBhttp::geturl\fR is running. .SH COMMANDS .TP \fB::http::config\fR ?\fIoptions\fR? |