Skip to content
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

Trace gRPC hitting Null Pointer on code updates #30779

Open
isaacrivriv opened this issue Feb 12, 2025 · 0 comments · May be fixed by #30780
Open

Trace gRPC hitting Null Pointer on code updates #30779

isaacrivriv opened this issue Feb 12, 2025 · 0 comments · May be fixed by #30780

Comments

@isaacrivriv
Copy link
Member

During testing, @pnicolucci discovered an issue with trace enabled and HTTP2 where if the pseudoheaders have not been set yet on an H2 request then while writing the response, an NPE can be hit from a trace statement. We need a bit more investigation as to why this is being hit since by the time a response is being sent, I would expect the headers to have already been hit in the request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment