Netty Http2 instrumentation can throw an NPE #1947
Labels
bug
Something isn't working as designed/intended
GTSE
There is an associated support escalation with this issue.
jul-sep qtr
Represents proposed work item for the Jul-Sep quarter
Milestone
Related GTSE: https://new-relic.atlassian.net/jira/software/c/projects/NR/boards/289?selectedIssue=NR-280663
The following line in Http2RequestWrapper can throw an NPE (and thus reporting an invalid error up) when the method is null:
httpRequest = HttpConversionUtil.toHttpRequest(msg.stream().id(), msg.headers(), true)
Error message is:
method header cannot be null in conversion to HTTP/1.x
We need to understand when/why the method can be null and what to do in that case.
The text was updated successfully, but these errors were encountered: