comparison src/http/ngx_http_upstream.c @ 8839:fac88e160653 quic

Merged with the default branch.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 01 Sep 2021 10:57:25 +0300
parents d514f88053e5 058a67435e83
children 61d0fa67b55e
comparison
equal deleted inserted replaced
8838:d6e191a583cc 8839:fac88e160653
2131 } 2131 }
2132 2132
2133 c->tcp_nopush = NGX_TCP_NOPUSH_UNSET; 2133 c->tcp_nopush = NGX_TCP_NOPUSH_UNSET;
2134 } 2134 }
2135 2135
2136 if (c->read->ready) {
2137 ngx_post_event(c->read, &ngx_posted_events);
2138 }
2139
2136 return; 2140 return;
2137 } 2141 }
2138 2142
2139 /* rc == NGX_OK */ 2143 /* rc == NGX_OK */
2140 2144