]> git.kaiwu.me - nginx.git/commit
Style and handlers.
authorVladimir Homutov <vl@nginx.com>
Wed, 18 Mar 2020 10:02:19 +0000 (13:02 +0300)
committerVladimir Homutov <vl@nginx.com>
Wed, 18 Mar 2020 10:02:19 +0000 (13:02 +0300)
commit023dbc3cfb73793ac84557ee0d228e63a6cd2308
treecfb12ad3fcefbc05f1cf6570e144160a9f75febd
parent23dc6a68a4c94300896c76e2161d18d11d89d3ee
Style and handlers.

Cleanup in ngx_event_quic.c:
    + reorderded functions, structures
    + added missing prototypes
    + added separate handlers for each frame type
    + numerous indentation/comments/TODO fixes
    + removed non-implemented qc->state and corresponding enum;
        this requires deep thinking, stub was unused.
    + streams inside quic connection are now in own structure
src/event/ngx_event_quic.c