]> git.kaiwu.me - nginx.git/commit
QUIC: cleaned up quic encryption state tracking.
authorVladimir Homutov <vl@nginx.com>
Thu, 18 Jun 2020 11:29:24 +0000 (14:29 +0300)
committerVladimir Homutov <vl@nginx.com>
Thu, 18 Jun 2020 11:29:24 +0000 (14:29 +0300)
commitf1fdf6901b197f226bbb2bdba9dccf2d502038be
treec860126de978389169ec895c8fc8133c105ee3a8
parent28f1acdb6f6404cfffc7158d109e1c460dac8d94
QUIC: cleaned up quic encryption state tracking.

The patch removes remnants of the old state tracking mechanism, which did
not take into account assimetry of read/write states and was not very
useful.

The encryption state now is entirely tracked using SSL_quic_read/write_level().
src/event/ngx_event_quic.c