aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/http/ngx_http_spdy.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/http/ngx_http_spdy.c b/src/http/ngx_http_spdy.c
index d72bc3f7c..8522c6d0a 100644
--- a/src/http/ngx_http_spdy.c
+++ b/src/http/ngx_http_spdy.c
@@ -2014,10 +2014,6 @@ ngx_http_spdy_parse_header(ngx_http_request_t *r)
len = ngx_spdy_frame_parse_uint16(p);
- if (!len) {
- return NGX_ERROR;
- }
-
/* null-terminate header name */
*p = '\0';