]> git.kaiwu.me - nginx.git/commit
Upstream: fixed file buffers reinit in ngx_http_upstream_reinit().
authorRoman Arutyunyan <arut@nginx.com>
Thu, 18 Sep 2014 12:37:16 +0000 (16:37 +0400)
committerRoman Arutyunyan <arut@nginx.com>
Thu, 18 Sep 2014 12:37:16 +0000 (16:37 +0400)
commitba1676f267b669edd49f71143001ebc7749e9d4a
treefd32388d04d70857d4d2251e6e7693ba69f0e38d
parent66876d0b098fee3e3a0cbdf039a11050814f55e0
Upstream: fixed file buffers reinit in ngx_http_upstream_reinit().

Previously, a file buffer start position was reset to the file start.
Now it's reset to the previous file buffer end.  This fixes
reinitialization of requests having multiple successive parts of a
single file.  Such requests are generated by fastcgi module.
src/http/ngx_http_upstream.c