mozilla / neqo

Neqo, an implementation of QUIC in Rust
https://firefox-source-docs.mozilla.org/networking/http/http3.html
Apache License 2.0
1.79k stars 122 forks source link

qlog: Add mode that includes payload #607

Open agrover opened 4 years ago

agrover commented 4 years ago

@vonasek mentioned that it might be useful if qlog included payload. This could help make using tools like Wireshark less needed.

Since payload is 1) large and 2) possibly sensitive, we probably don't want to do this by default when doing qlog.

hawkinsw commented 3 years ago

Working on this. Currently blocked by https://github.com/cloudflare/quiche/issues/785

ddragana commented 3 years ago

Thanks!

hawkinsw commented 3 years ago

FYI: Patch accepted to fix qlog issue. Upstream will roll a new crate asap and then we can continue work on this issue.