Latest update - 7584

This commit is contained in:
2019-10-17 23:53:16 +09:00
parent deb38ff87c
commit a6a35de341
23 changed files with 280 additions and 13 deletions
+5 -1
View File
@@ -172,7 +172,11 @@ ngx_event_pipe_read_upstream(ngx_event_pipe_t *p)
*/
if (p->upstream->read->available == 0
&& p->upstream->read->pending_eof)
&& p->upstream->read->pending_eof
#if (NGX_SSL)
&& !p->upstream->ssl
#endif
)
{
p->upstream->read->ready = 0;
p->upstream->read->eof = 1;