]> git.ipfire.org Git - thirdparty/curl.git/commit
quiche: change qlog file extension to `.sqlog`
authorLucas Pardue <lucaspardue.24.7@gmail.com>
Fri, 21 Jan 2022 18:38:57 +0000 (18:38 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 21 Jan 2022 21:34:57 +0000 (22:34 +0100)
commit8a3e67e732cff0b988f1d6f2d02a2c9cd2e87b1f
tree0fb2881dec41860c0d4a3a68b32558a8a6a8089b
parentf74b6d85515bae023dfb458de97e3bc38e1ced3f
quiche: change qlog file extension to `.sqlog`

quiche has just switched it's qlog serialization format to JSON-SEQ by
default . The spec says this SHOULD use `.sqlog` extension.

I believe ngtcp2 also supports JSON-SEQ by default as of
https://github.com/ngtcp2/ngtcp2/commit/9baf06fc3f352a1d062b6953ae1de22cae30639d

Let's update curl so that tools know what format we are using!

Closes #8316
lib/vquic/vquic.c