Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 401571
Collapse All | Expand All

(-)../nginx_mod_h264_streaming-2.2.7/src/ngx_http_streaming_module.c.orig (-4 lines)
Lines 155-164 Link Here
155
  }
155
  }
156
156
157
  /* TODO: Win32 */
157
  /* TODO: Win32 */
158
  if (r->zero_in_uri)
159
  {
160
    return NGX_DECLINED;
161
  }
162
158
163
  rc = ngx_http_discard_request_body(r);
159
  rc = ngx_http_discard_request_body(r);
164
160

Return to bug 401571