diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2020-12-15 16:55:43 +0000 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2020-12-15 16:55:43 +0000 |
| commit | 1a3bf7d59399d15adde8b22a578f40758764d262 (patch) | |
| tree | 0a57f72d74f0351bb870d24f545ff8ec5bf264ed /src/http/v2 | |
| parent | 240f8a918ed09e67570020261b1693907e5b64c0 (diff) | |
| parent | 402f4cda0c389242a587eff7bb55959663504c8b (diff) | |
| download | nginx-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.c | 2 |
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 |
