diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-17 08:41:07 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-17 08:41:07 (GMT) |
commit | b9fdbb07108701e8f4430202a4588f6f75b96e56 (patch) | |
tree | 7193387fe0cbf558a069a7784dbd4d17ffd8e3e6 /doc | |
parent | d7092f4a55aea9829825a982f5e3832bdbd8ba03 (diff) | |
parent | 969ef21225d3b195d58f9bb37d8b1f8f3c8b6d99 (diff) | |
download | tcl-b9fdbb07108701e8f4430202a4588f6f75b96e56.zip tcl-b9fdbb07108701e8f4430202a4588f6f75b96e56.tar.gz tcl-b9fdbb07108701e8f4430202a4588f6f75b96e56.tar.bz2 |
Merge 8.6
Diffstat (limited to 'doc')
-rw-r--r-- | doc/http.n | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -556,11 +556,13 @@ is raised, but the status of the transaction will be \fBeof\fR. . The error message will also be stored in the \fBerror\fR status array element, accessible via \fB::http::error\fR. -.TP\fR -.\fBtimeout +.TP +\fBtimeout\fR +. A timeout occurred before the transaction could complete -.TP\fR -.\fBreset +.TP +\fBreset\fR +. user-reset .PP Another error possibility is that \fB::http::geturl\fR is unable to |