Change #246097
Category | curl |
Changed by | Tatsuhiro Tsujikawa <tatsuhiro.t | @gmail.com>
Changed at | Sun 19 Oct 2025 11:07:32 |
Repository | https://github.com/curl/curl.git |
Project | curl |
Branch | master |
Revision | e0798466a819245549a2041f4230a1dbd12a079d |
Comments
ngtcp2: adopt ngtcp2_conn_get_stream_user_data if available Adopt ngtcp2_conn_get_stream_user_data which has been available since ngtcp2 v1.17.0. This improves the time complexity of searching h3_stream_ctx from O(n) to O(1) where n is the number of stream. Closes #19132
Changed files
- lib/vquic/curl_ngtcp2.c