1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/lib/vquic
Daniel Stenberg 80b9db1283
quiche: enable qlog output
quiche has the potential to log qlog files. To enable this, you must
build quiche with the qlog feature enabled `cargo build --features
qlog`. curl then passes a file descriptor to quiche, which takes
ownership of the file. The FD transfer only works on UNIX.

The convention is to enable logging when the QLOGDIR environment is
set. This should be a path to a folder where files are written with the
naming template <SCID>.qlog.

Co-authored-by: Lucas Pardue
Replaces #5337
Closes #5341
2020-05-05 14:50:33 +02:00
..
ngtcp2.c ngtcp2: convert to dynbuf 2020-05-04 14:57:57 +02:00
ngtcp2.h vquic/ngtcp2.h: update copyright year range 2020-03-31 14:42:20 +02:00
quiche.c quiche: enable qlog output 2020-05-05 14:50:33 +02:00
quiche.h quiche: improved error handling and memory cleanups 2019-08-07 08:39:39 +02:00