Changes between Initial Version and Version 1 of Ticket #2446
- Timestamp:
- 01/31/23 12:13:22 (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2446
- Property Status new → closed
- Property Resolution → fixed
-
Ticket #2446 – Description
initial v1 1 2 1 The `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. 3 2