summaryrefslogtreecommitdiffhomepage
path: root/src/http/v2
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2020-12-15 16:55:43 +0000
committerSergey Kandaurov <pluknet@nginx.com>2020-12-15 16:55:43 +0000
commit1a3bf7d59399d15adde8b22a578f40758764d262 (patch)
tree0a57f72d74f0351bb870d24f545ff8ec5bf264ed /src/http/v2
parent240f8a918ed09e67570020261b1693907e5b64c0 (diff)
parent402f4cda0c389242a587eff7bb55959663504c8b (diff)
downloadnginx-1a3bf7d59399d15adde8b22a578f40758764d262.tar.gz
nginx-1a3bf7d59399d15adde8b22a578f40758764d262.tar.bz2
Merged with the default branch.
Diffstat (limited to 'src/http/v2')
-rw-r--r--src/http/v2/ngx_http_v2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/v2/ngx_http_v2.c b/src/http/v2/ngx_http_v2.c
index 58916a184..77b60d42e 100644
--- a/src/http/v2/ngx_http_v2.c
+++ b/src/http/v2/ngx_http_v2.c
@@ -739,8 +739,6 @@ ngx_http_v2_lingering_close(ngx_connection_t *c)
c->ssl->handler = ngx_http_v2_lingering_close;
return;
}
-
- c->recv = ngx_recv;
}
#endif