Hello!

On Thu, May 07, 2015 at 12:51:33PM +0200, Sergey Brester wrote:

> Hi all,
> 
> I've found that use of "post_action @named_post" always (each time) closes a
> upstream connection (despite of keepalive).

In short:

- post_action is a dirty hack and undocumented on purpose, avoid 
  using it;

- as long as an upstream response is complete after receiving a 
  header, upstream keepalive should work even with post_action; it 
  might be tricky to ensure this with fastcgi though.

-- 
Maxim Dounin
http://nginx.org/

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel

Reply via email to