]> git.kaiwu.me - nginx.git/commit
Proxy: fixed do_write handling in previous commit.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 18 Feb 2013 15:08:46 +0000 (15:08 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 18 Feb 2013 15:08:46 +0000 (15:08 +0000)
commit82d48e1eba774747a72c997a4e22f068f95e6cc7
tree9014a9df29fe175d3fe896493050ee241aea38ee
parent08a73b4aadebd9405ac52ec1f6eef5ca1fe8c11a
Proxy: fixed do_write handling in previous commit.

As rightfully complained by MSVC, do_write variable was used uninitialized.
Correct fix is to set it's initial value based on event happened.
src/http/ngx_http_upstream.c