Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 363573 | Differences between
and this patch

Collapse All | Expand All

(-)nginx_mod_h264_streaming-2.2.7/src/ngx_http_streaming_module.c.old (+4 lines)
Lines 155-164 Link Here
155
  }
155
  }
156
156
157
  /* TODO: Win32 */
157
  /* TODO: Win32 */
158
#if defined(nginx_version) && \
159
  ((nginx_version < 7066) || \
160
  ((nginx_version > 8000) && (nginx_version < 8038)))
158
  if (r->zero_in_uri)
161
  if (r->zero_in_uri)
159
  {
162
  {
160
    return NGX_DECLINED;
163
    return NGX_DECLINED;
161
  }
164
  }
165
#endif
162
166
163
  rc = ngx_http_discard_request_body(r);
167
  rc = ngx_http_discard_request_body(r);
164
168

Return to bug 363573