Code Monkey home page Code Monkey logo

Comments (2)

rmarx avatar rmarx commented on June 28, 2024

Hey there @chanh1964,

Seems like my article isn't entirely correct/clear here, I'm sorry about that...

Firefox does not support QLOGDIR, but instead makes its own directory based on the firefox process ID in the Operating System's temporary directory.

For example, on my Windows system, this is where I could find the qlogs after enabling the network.http.http3.enable_qlog pref:

2022-07-06 15_33_27-Window

The qlog_ suffix will change depending on your firefox instance. And of course the location will be different on linux/mac. But the qlogs seem to be somewhat usable and are written fast enough (you don't need to close firefox or actively wait for the connections to close or anything).

This is consistent with the code from the original commit adding the qlog preference:
https://hg.mozilla.org/integration/autoland/rev/b53e9a8ffb1f#l4.30

Finally, with regards to HTTP/3, I'm afraid only a few stacks really implement qlog for HTTP/3... it looks like that's not in the Firefox qlogs either; they also only do QUIC. The ones I know about that do H3 logging are Cloudflare's quiche and the Python aioquic library, so maybe you can look into those if that's really what you need (though they also don't log everything)?

If you have any more questions, please let me know!

With best regards,
Robin

from qvis.

chanh1964 avatar chanh1964 commented on June 28, 2024

Hi @rmarx,

I think you have answered all my questions.
Thank you very much.

Best regards,
Chanh

from qvis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.