Closed GoogleCodeExporter closed 8 years ago
Meh, I think nginx is at fault here. What kind of request are you doing here?
Original comment by djc.ochtman
on 29 Jun 2010 at 1:39
I am trying to create a database.
Original comment by adiroi...@gmail.com
on 29 Jun 2010 at 3:38
It doesn't seem unreasonable to send a "Content-Length: 0" header if there's no
content, and it does fix this particular problem.
However, as far as I can tell, nginx does not support chunked encoding so the
proxy is likely to fail again if you start sending attachments.
Original comment by matt.goo...@gmail.com
on 29 Jun 2010 at 4:16
Feel free to mark this bug as invalid.
I have just encountered this problem and try to work around it.
Cheers
Original comment by adiroi...@gmail.com
on 29 Jun 2010 at 9:12
Actually, regardless of whether attachments will work with nginx, I think we
should include a "Content-Length: 0" header. See
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.13.
Original comment by matt.goo...@gmail.com
on 8 Jul 2010 at 2:43
Fixed in r39467749fc60.
Original comment by matt.goo...@gmail.com
on 8 Jul 2010 at 8:11
Original issue reported on code.google.com by
adiroi...@gmail.com
on 29 Jun 2010 at 1:33