mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
added the nonbuffered-upstream-truncation patch for nginx 1.2.3 to make ngx_http_upstream provide a way in the context of a subrequest to signal the parent of errors when upstream data truncation happens. thanks Bryan Alger for reporting this issue.
This commit is contained in:
@ -93,6 +93,9 @@ fi
|
||||
echo applying location_if_inherits_proxy.patch ...
|
||||
patch -p1 < $root/patches/nginx-$main_ver-location_if_inherits_proxy.patch
|
||||
|
||||
echo applying nonbuffered-upstream-truncation.patch ...
|
||||
patch -p1 < $root/patches/nginx-$main_ver-nonbuffered-upstream-truncation.patch
|
||||
|
||||
echo applying dtrace.patch ...
|
||||
patch -p1 < $root/patches/nginx-$main_ver-dtrace.patch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user