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
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
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
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