comparison src/http/ngx_http_request_body.c @ 8630:279ad36f2f4b quic

QUIC: renamed c->qs to c->quic.
author Roman Arutyunyan <arut@nginx.com>
date Tue, 10 Nov 2020 19:40:00 +0000
parents 5a794d2452ef
children 507da0d3b070
comparison
equal deleted inserted replaced
8629:feec2cc762f6 8630:279ad36f2f4b
578 return NGX_OK; 578 return NGX_OK;
579 } 579 }
580 #endif 580 #endif
581 581
582 #if (NGX_HTTP_QUIC) 582 #if (NGX_HTTP_QUIC)
583 if (r->connection->qs) { 583 if (r->connection->quic) {
584 return NGX_OK; 584 return NGX_OK;
585 } 585 }
586 #endif 586 #endif
587 587
588 if (ngx_http_test_expect(r) != NGX_OK) { 588 if (ngx_http_test_expect(r) != NGX_OK) {