Re: [us...@httpd] HTTP Server connection hangs

2009-03-05 Thread ginsohn
Eric Covener wrote: > > On Thu, Mar 5, 2009 at 7:27 AM, ginsohn wrote: >> >> Hello, >> I am rather unfamiliar with HTTP Server requirements. I am trying to >> implement a simple HTTP 1.1 server that receives a GET request, and >> transfers a 3gp (video

[us...@httpd] HTTP Server connection hangs

2009-03-05 Thread ginsohn
Hello, I am rather unfamiliar with HTTP Server requirements. I am trying to implement a simple HTTP 1.1 server that receives a GET request, and transfers a 3gp (video) file to the client. All works fine except the fact that the client gets the file, but does not close the connection. I do not have