Files
klara-ports/www/nginx/files/extra-patch-ngx_http_streaming_module.c
2024-03-15 15:19:44 +01:00

14 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);