Skip to content

Commit

Permalink
Revert "ngx-build: applied the patch to fix a new regression in nginx…
Browse files Browse the repository at this point in the history
… 1.7.7's ngx_gzip and ngx_gunzip modules that could lead to request hang when the downstream is slow to write to."

This reverts commit 7aa110a.
  • Loading branch information
agentzh committed Nov 15, 2014
1 parent 7aa110a commit 142797c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ngx-build
Original file line number Diff line number Diff line change
Expand Up @@ -413,12 +413,6 @@ sub apply_patches {
shell("patch -p1 < $root/../ngx_openresty/patches/nginx-$version-hash_overflow.patch");
chdir ".." or die "cannot switch to ..\n";
}

if ($ver ge '001007004') {
chdir "nginx-$version" or die "cannot switch to nginx-$version\n";
shell("patch -p1 < $root/../ngx_openresty/patches/nginx-$version-gzip_gunzip_flush.patch");
chdir ".." or die "cannot switch to ..\n";
}
}

sub usage {
Expand Down

0 comments on commit 142797c

Please sign in to comment.