]> git.kaiwu.me - nginx.git/commit
QUIC: got rid of excessive "qsock" argument in ngx_quic_output.c.
authorVladimir Homutov <vl@nginx.com>
Mon, 27 Dec 2021 10:52:57 +0000 (13:52 +0300)
committerVladimir Homutov <vl@nginx.com>
Mon, 27 Dec 2021 10:52:57 +0000 (13:52 +0300)
commit541ec50c42ca5190dd101dc27964ee8f9a8af8cf
tree4ef1fefed9743680ba20a6261509439622a5e4e7
parentcb273ddf91ef2bac9366c9b7568277945d2ba1bd
QUIC: got rid of excessive "qsock" argument in ngx_quic_output.c.

The output is always sent to the active path, which is stored in the
quic connection.  There is no need to pass it in arguments.

When output has to be send to to a specific path (in rare cases, such as
path probing), a separate method exists (ngx_quic_frame_sendto()).
src/event/quic/ngx_event_quic_output.c