summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2020-11-16 14:06:50 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2020-11-16 14:06:50 (GMT)
commit413ce795e023b9fc40a39e3a0516bacc566292d7 (patch)
tree02b3b9aa173e66b0b5d0f70cc3d7991308de5dbb /doc
parent71a412b8daa48172c15652a8fb18a5bf2cc148c1 (diff)
downloadtcl-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.n3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/http.n b/doc/http.n
index 26bf943..ae298b2 100644
--- a/doc/http.n
+++ b/doc/http.n
@@ -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?