ancruna / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

Mongoose sends a Connection: keep-alive header and then closes the connection #279

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Don't enable keep-alive in Mongoose
2. Send a GET request to the server
3. Check the HTTP headers in the response

What is the expected output? What do you see instead?
The expected output would be that the response contained a Connection: close 
header. Now it says Connection: keep-alive instead, even though Mongoose has 
closed the connection at its end.

What version of the product are you using? On what operating system?
Mongoose 3.0 on Windows XP 32bit

Please provide any additional information below.

Original issue reported on code.google.com by kalle....@gmail.com on 28 Aug 2011 at 3:16

GoogleCodeExporter commented 9 years ago
I have a fix for this in issue 289

Original comment by rafeek.r...@macadamian.com on 21 Oct 2011 at 9:25

GoogleCodeExporter commented 9 years ago
Submitted 
http://code.google.com/p/mongoose/source/detail?r=4b235538bc432ad412616d03c705d8
2248013654
Thanks for the patch.

Original comment by valenok on 6 Nov 2011 at 9:06