Changes between Initial Version and Version 1 of Ticket #2446


Ignore:
Timestamp:
01/31/23 12:13:22 (15 months ago)
Author:
Roman Arutyunyan
Comment:

Thanks for reporting this. Fixed by this commit:

https://hg.nginx.org/nginx-quic/rev/def8e398d7c5

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2446

    • Property Status newclosed
    • Property Resolutionfixed
  • Ticket #2446 – Description

    initial v1  
    1 
    21The `ngx_quic_send_new_token` function was broken by commit 3550b00d9dc8 (https://hg.nginx.org/nginx-quic/rev/3550b00d9dc8), because `tbuf` would be free when the function returns, but `token.data` was not sent.
    32