From e02e31c8b9d854cd62cbe9799228f6e08e882773 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 22:04:08 -0600 Subject: Sync with latest script --- doc/html/qhttp.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/qhttp.html') diff --git a/doc/html/qhttp.html b/doc/html/qhttp.html index 9d830fc93..3d20edbad 100644 --- a/doc/html/qhttp.html +++ b/doc/html/qhttp.html @@ -309,7 +309,7 @@ connection and want to close it.

For the requests issued with get(), post() and head(), TQHttp sets the connection to be keep-alive. You can also do this using the header you pass to the request() function. TQHttp only closes the -connection to the HTTP server if the response header retquires it +connection to the HTTP server if the response header requires it to do so.

The function does not block and returns immediately. The request is scheduled, and its execution is performed asynchronously. The -- cgit v1.2.1