mirror of
https://github.com/nginx/nginx.git
synced 2025-08-01 19:36:13 +08:00
Merge of r4652: ssl without buffer should not set c->buffered.
Removed mistaken setting of NGX_SSL_BUFFERED flag in ngx_ssl_send_chain() if SSL buffer is not used.
This commit is contained in:
parent
6d92e76271
commit
fb6e7626f6
@ -990,7 +990,6 @@ ngx_ssl_send_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)
|
||||
}
|
||||
|
||||
if (n == NGX_AGAIN) {
|
||||
c->buffered |= NGX_SSL_BUFFERED;
|
||||
return in;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user