On Thu, Mar 5, 2009 at 7:27 AM, ginsohn <adinkale@xxxxxxxxx> 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 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 > Connection: close means the server will close the connection when the content is transferred, so you're not waiting for the client to do so. -- Eric Covener covener@xxxxxxxxx --------------------------------------------------------------------- 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-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx