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 the length of the content I send out, so I cannot declare it.

Here are the headers I use:
statusCode: 200
Server: MyServer...
Date: <now>
Content-type: video/3gp
connection: close

What am I missing?

Thanks,

-- 
View this message in context: 
http://www.nabble.com/HTTP-Server-connection-hangs-tp22350633p22350633.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
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: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to