diff options
Diffstat (limited to 'doc/http.n')
-rw-r--r-- | doc/http.n | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |