From: Lyle Wincentsen [mailto:lyle.wincent...@gmail.com]
Sent: Wednesday, June 03, 2009 10:53 PM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] http/1.1 persistent connection issue.
On Wed, Jun 3, 2009 at 2:25 AM,
#include
#include
#include
#include
#include
#include
#include
Hello all,
I am trying to develop a little program that should be able to send
http/1.1 requests. This is all running fine but I get some problems
with the persistent connection.
I mean I can send one request in my http connection but the second one
does not seem to work properly.
Maybe I made