nginx/src
Roman Arutyunyan b6b2a45fb6 Added r->response_sent flag.
The flag indicates that the entire response was sent to the socket up to the
last_buf flag.  The flag is only usable for protocol implementations that call
ngx_http_write_filter() from header filter, such as HTTP/1.x and HTTP/3.
2021-09-30 17:14:42 +03:00
..
core Removed NGX_OPENSSL_QUIC macro, NGX_QUIC is enough. 2021-09-14 12:09:13 +03:00
event QUIC: moved a variable initialization near to its use. 2021-09-27 15:38:55 +03:00
http Added r->response_sent flag. 2021-09-30 17:14:42 +03:00
mail SSL: ciphers now set before loading certificates (ticket #2035). 2021-08-16 22:40:31 +03:00
misc Cpp test: added stream. 2020-10-13 07:44:09 +03:00
os Merged with the default branch. 2021-09-01 10:57:25 +03:00
stream Stream: fixed segfault when using SSL certificates with variables. 2021-09-29 15:06:28 +03:00