]> git.kaiwu.me - nginx.git/commit
QUIC: renamed stream variables from sn to qs.
authorRoman Arutyunyan <arut@nginx.com>
Mon, 19 Apr 2021 14:25:56 +0000 (17:25 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 19 Apr 2021 14:25:56 +0000 (17:25 +0300)
commit013880bbdaa220aa245a327f16b5bf5a608bfd98
tree0c9a1b16c7856d1f902bd7c15cf273f1aa0de1f4
parente9a0123e67dea3a2b15deb5fb3c47ac6931ddf37
QUIC: renamed stream variables from sn to qs.

Currently both names are used which is confusing.  Historically these were
different objects, but now it's the same one.  The name qs (quic stream) makes
more sense than sn (stream node).
src/event/quic/ngx_event_quic_ack.c
src/event/quic/ngx_event_quic_streams.c