disabling HTTP keepalive by User-Agent
agentzh
agentzh at gmail.com
Tue Jan 26 04:57:56 MSK 2010
On Tue, Jan 26, 2010 at 1:50 AM, joshua <nginx-forum at nginx.us> wrote:
> In Apache, disabling keepalive support for Webkit solves this problem.
>
> Is there a way to do this with nginx?
>
How about turning off r->keepalive in an early request processing
phase (like the rewrite phase) for those webkit user agents? I think a
little C module will do that trick ;)
Cheers,
-agentzh
More information about the nginx
mailing list