14 messages in ru.sysoev.nginxRe: 'Content-Length' header for POSTs
FromSent OnAttachments
Joe JacobsJul 25, 2009 4:41 am 
Joe JacobsJul 25, 2009 9:05 am 
Joe JacobsJul 27, 2009 7:14 pm 
Maxim DouninJul 28, 2009 1:30 am 
Igor SysoevJul 28, 2009 2:56 am 
Joe JacobsJul 28, 2009 3:25 am 
Igor SysoevJul 28, 2009 4:21 am 
wangkaiOct 19, 2009 7:58 am 
agentzhOct 19, 2009 11:58 pm 
joejacobsNov 3, 2009 8:17 am 
agentzhNov 4, 2009 5:56 pm 
agentzhNov 6, 2009 12:59 am 
joejacobsNov 8, 2009 3:28 pm 
agentzhNov 13, 2009 3:45 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: 'Content-Length' header for POSTsActions...
From:Igor Sysoev (is@rambler-co.ru)
Date:Jul 28, 2009 4:21:42 am
List:ru.sysoev.nginx

On Tue, Jul 28, 2009 at 11:25:41AM +0100, Joe Jacobs wrote:

Thank you for the replies Maxim and Igor.

I have version 0.7.61 installed. My query was actually regarding the following change in version 0.7.25

*) Change: now POSTs without "Content-Length" header line are allowed.

Shouldn't this mean that the request in my previous email be valid?

No, this means that before nginx supported POSTs without body only with "Content-Length: 0" header line. Since 0.7.25 nginx supports such POSTs without the header. However, nginx never supported chunked client bodies.