Re: nginx/KQUEUE breaks proxy_ignore_client_abort

2013-03-01 Thread Maxim Dounin
Hello! On Fri, Mar 01, 2013 at 03:22:51AM -0500, Phil Pennock wrote: > Folks, > > If nginx is built on FreeBSD, "proxy_ignore_client_abort on;" has > no/little effect, because TCP half-closes cause a connection drop > even if not speaking to a proxy backend. > > Situation: PGP clients talk to P

nginx/KQUEUE breaks proxy_ignore_client_abort

2013-03-01 Thread Phil Pennock
Folks, If nginx is built on FreeBSD, "proxy_ignore_client_abort on;" has no/little effect, because TCP half-closes cause a connection drop even if not speaking to a proxy backend. Situation: PGP clients talk to PGP keyservers using the HKP protocol, which is a very light layer over HTTP. In GnuP