mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 03:55:03 -05:00
80b9db1283
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 |
||
---|---|---|
.. | ||
ngtcp2.c | ||
ngtcp2.h | ||
quiche.c | ||
quiche.h |