-
-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use quiche API for trace_id once it is exposed #12
Comments
They already pushed the changes at cloudflare side can I work on this. Is there any sample of code which I can use as reference for my implementation. I have some free time over this weekend and I can spend on this one. Please don't mind. |
Yes sure 👌 |
that said its only present in |
@normanmaurer I spent a considerable time in understanding the changes that needs to done. Here is my understanding. We need to make netty c code to get trace id and expose it either in nativejndimethods or quiche Java code where we can pick up this trace id and use it everywhere. Please let me know if I got it right. |
yes... it would be exposed in |
@normanmaurer Is it merged to the master branch? |
Motivation: We should directly use quiche_conn_trace_id now that it is exposed. Modifications: Remove our custom implementation and just use the C API of quiche Result: Fixes #12
Motivation: We should directly use quiche_conn_trace_id now that it is exposed. Modifications: Remove our custom implementation and just use the C API of quiche Result: Fixes #12
Motivation: We should directly use quiche_conn_trace_id now that it is exposed. Modifications: Remove our custom implementation and just use the C API of quiche Result: Fixes #12
See cloudflare/quiche#713
The text was updated successfully, but these errors were encountered: