freebsd-ports/www/nginx-devel/files/extra-patch-ngx_http_streaming_module.c
Sergey A. Osokin 43f9cb359f Update from 0.8.37 to 0.8.38.
Add four hacks for third-party modules.

<ChangeLog>

*) Feature: the "proxy_no_cache" and "fastcgi_no_cache" directives.

*) Feature: now the "rewrite" directive does a redirect automatically
   if the $scheme variable is used.
   Thanks to Piotr Sikora.

*) Bugfix: now "limit_req" delay directive conforms to the described
   algorithm.
   Thanks to Maxim Dounin.

*) Bugfix: the $uid_got variable might not be used in the SSI and perl
   modules.

</ChangeLog>
2010-05-24 17:17:17 +00:00

13 lines
371 B
C

--- ../nginx_mod_h264_streaming-2.2.7/src/ngx_http_streaming_module.c.orig 2010-05-24 18:04:43.000000000 +0400
+++ ../nginx_mod_h264_streaming-2.2.7/src/ngx_http_streaming_module.c 2010-05-24 18:05:02.000000000 +0400
@@ -155,10 +155,6 @@
}
/* TODO: Win32 */
- if (r->zero_in_uri)
- {
- return NGX_DECLINED;
- }
rc = ngx_http_discard_request_body(r);