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