]> git.kaiwu.me - nginx.git/commit
Moved all QUIC code into ngx_event_quic.c
authorVladimir Homutov <vl@nginx.com>
Fri, 28 Feb 2020 13:23:25 +0000 (16:23 +0300)
committerVladimir Homutov <vl@nginx.com>
Fri, 28 Feb 2020 13:23:25 +0000 (16:23 +0300)
commitb20ed8f7f1acc2a1ef38714ddd75c7ba7add5f1d
tree00d7ae6c61654441a9a896c6c5af8c77358ee7db
parent899372129879b5874ffddca4247fca12d3b7c257
Moved all QUIC code into ngx_event_quic.c

Introduced ngx_quic_input() and ngx_quic_output() as interface between
nginx and protocol.  They are the only functions that are exported.

While there, added copyrights.
src/event/ngx_event_openssl.c
src/event/ngx_event_quic.c
src/event/ngx_event_quic.h
src/http/ngx_http_request.c