comparison auto/unix @ 4460:6299d1c4dbb4

Upstream: fixed "too big header" check. If header filter postponed processing of a header by returning NGX_AGAIN and not moved u->buffer->pos, previous check incorrectly assumed there is additional space and did another recv() with zero-size buffer. This resulted in "upstream prematurely closed connection" error instead of correct "upstream sent too big header" one. Patch by Feibo Li.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 10 Feb 2012 14:31:04 +0000
parents ccb2f8e3d08d
children 0b05acc045eb
comparison
equal deleted inserted replaced
4459:ccb2f8e3d08d 4460:6299d1c4dbb4