mirror of
https://github.com/curl/curl.git
synced 2026-08-25 19:23:32 +03:00
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
This commit is contained in:
parent
e0af243b61
commit
80b9db1283
3 changed files with 44 additions and 2 deletions
|
|
@ -58,5 +58,5 @@ size_t Curl_dyn_len(const struct dynbuf *s);
|
|||
#define DYN_RTSP_REQ_HEADER (64*1024)
|
||||
#define DYN_TRAILERS (64*1024)
|
||||
#define DYN_PROXY_CONNECT_HEADERS 16384
|
||||
|
||||
#define DYN_QLOG_NAME 1024
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue