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

2009-03-05 Thread Eric Covener
On Thu, Mar 5, 2009 at 9:33 AM, ginsohn wrote: >> >> Hi, >> Thanks for the reply. I've tried to avoid explicit session.close(), and >> used response.finishedWriting() instead. Do I have to explicitly close the >> session? Can't I signal the client any other way? Sorry, I thought you were impleme

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) file to the client. All works fine excep

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

2009-03-05 Thread Eric Covener
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) file to the client. All works fine except the fact > that the client gets

[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