Skip to content

quiche: enable qlog output - #5341

Closed
bagder wants to merge 2 commits into
masterfrom
bagder/qlog
Closed

quiche: enable qlog output#5341
bagder wants to merge 2 commits into
masterfrom
bagder/qlog

Conversation

@bagder

@bagder bagder commented May 5, 2020

Copy link
Copy Markdown
Member

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 .qlog.

Co-authored-by: Lucas Pardue
Replaces #5337

@bagder bagder added the HTTP/3 h3 or quic related label May 5, 2020
Comment thread lib/vquic/quiche.c Outdated
Comment thread lib/dynbuf.h
bagder added 2 commits May 5, 2020 13:52
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

HTTP/3 h3 or quic related

Development

Successfully merging this pull request may close these issues.

3 participants