diff options
author | Roman Arutyunyan <arut@nginx.com> | 2021-01-28 12:35:18 +0300 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2021-01-28 12:35:18 +0300 |
commit | fef33604662c4722a2bf0d682f4a0526eb20a692 (patch) | |
tree | 93f8656d6fa9734fa425cad4aab74543a8a410ce /src/http/v3/ngx_http_v3_request.c | |
parent | 89dda20510bf7dac952a2dc0b5f29deba376e25f (diff) | |
download | nginx-fef33604662c4722a2bf0d682f4a0526eb20a692.tar.gz nginx-fef33604662c4722a2bf0d682f4a0526eb20a692.zip |
QUIC: refactored packet processing.
- split ngx_quic_process_packet() in two functions with the second one called
ngx_quic_process_payload() in charge of decrypring and handling the payload
- renamed ngx_quic_payload_handler() to ngx_quic_handle_frames()
- moved error cleanup from ngx_quic_input() to ngx_quic_process_payload()
- moved handling closed connection from ngx_quic_handle_frames() to
ngx_quic_process_payload()
- minor fixes
Diffstat (limited to 'src/http/v3/ngx_http_v3_request.c')
0 files changed, 0 insertions, 0 deletions