# http://smoothstreaming.code-shop.com/trac/discussion/3/54 --- nginx_mod_h264_streaming-2.2.7/src/ngx_http_streaming_module.c.old 2010-01-09 21:32:24.000000000 +0100 +++ nginx_mod_h264_streaming-2.2.7/src/ngx_http_streaming_module.c 2011-04-14 13:03:22.000000000 +0200 @@ -155,10 +155,14 @@ } /* TODO: Win32 */ +#if defined(nginx_version) && \ + ((nginx_version < 7066) || \ + ((nginx_version > 8000) && (nginx_version < 8038))) if (r->zero_in_uri) { return NGX_DECLINED; } +#endif rc = ngx_http_discard_request_body(r);