On Mon, 3 Sep 2007 14:35:14 +0200
"Krist van Besien" <[EMAIL PROTECTED]> wrote:

> In the second test case the server only returns the content after a
> settable delay. In this case the webserver is supposed to keep the
> connection open, but only return a page after for example 20 seconds.

Surely the simplest way is just to generate the response using
a CGI script that delays then sends a response.  Maybe call it
with a delay parameter like /test.cgi?sleep=20

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to