6 messages in ru.sysoev.nginxRe: forwarding POST requests to upstream
FromSent OnAttachments
Michał JaszczykApr 6, 2009 3:02 am 
Valery KholodkovApr 6, 2009 8:05 am 
Michał JaszczykApr 6, 2009 8:44 am 
Igor SysoevApr 6, 2009 9:41 am 
Michał JaszczykApr 6, 2009 10:44 am 
Igor SysoevApr 7, 2009 12:02 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: forwarding POST requests to upstreamActions...
From:Igor Sysoev (is@rambler-co.ru)
Date:Apr 6, 2009 9:41:25 am
List:ru.sysoev.nginx

On Mon, Apr 06, 2009 at 05:45:09PM +0200, Micha?? Jaszczyk wrote:

As far as I know nginx cannot pipe a request into upstream, since probably there
was no intention initially to do like this. Moreover it is not trivial to
implement from my point of view.

Does it mean that every POST request is saved to disk before it's forwarded to a backend? If this is the case then, well, we will just have to live with that, but this will degrade our performance dramatically.

No, a request body is saved to a disk only if it is larger than client_body_buffer_size:

http://wiki.nginx.org/NginxHttpCoreModule#client_body_buffer_size