Update of nginx

This commit is contained in:
2024-03-15 15:19:44 +01:00
parent 0d81cb1e5d
commit c66f6c2c0d
44 changed files with 29522 additions and 0 deletions

View File

@ -0,0 +1,13 @@
--- ../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);