summaryrefslogtreecommitdiffstats
path: root/doc/http.n
diff options
context:
space:
mode:
authorhobbs <hobbs>2008-03-12 10:01:01 (GMT)
committerhobbs <hobbs>2008-03-12 10:01:01 (GMT)
commite30c6b2c79b5d0287da601face8b8a84d00f893e (patch)
tree66f63f88c67882186a76efe244620be661569c5d /doc/http.n
parentabb6e593c4fe93a99241275011aaa97b6a259485 (diff)
downloadtcl-e30c6b2c79b5d0287da601face8b8a84d00f893e.zip
tcl-e30c6b2c79b5d0287da601face8b8a84d00f893e.tar.gz
tcl-e30c6b2c79b5d0287da601face8b8a84d00f893e.tar.bz2
change http::geturl -keepalive default to 0 as it has poor true pipeline support
Diffstat (limited to 'doc/http.n')
-rw-r--r--doc/http.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/http.n b/doc/http.n
index 8c4434e..d0b3c52 100644
--- a/doc/http.n
+++ b/doc/http.n
@@ -6,7 +6,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: http.n,v 1.35 2008/03/12 09:51:39 hobbs Exp $
+'\" RCS: @(#) $Id: http.n,v 1.36 2008/03/12 10:01:02 hobbs Exp $
'\"
.so man.macros
.TH "http" n 2.7 http "Tcl Bundled Packages"
@@ -207,8 +207,8 @@ Pragma: no-cache
.CE
.TP
\fB\-keepalive\fR \fIboolean\fR
-If true (the default), attempt to keep the connection open for servicing
-multiple requests.
+If true, attempt to keep the connection open for servicing
+multiple requests. Default is 0.
.TP
\fB\-method\fR \fItype\fR
Force the HTTP request method to \fItype\fR. \fB::http::geturl\fR will