otelhttp's body wrapper doesn't respect NoBody #2982
Labels
area: instrumentation
Related to an instrumentation package
bug
Something isn't working
instrumentation: otelhttp
Milestone
Upstream k8s issue: kubernetes/kubernetes#113791
Similar to how otelhttp does not wrap the request body when it is nil, it should not wrap the request body when it is set to NoBody, which seems to be the equivalent of nil for the Body.
We should treat NoBody the same as we do nil.
The text was updated successfully, but these errors were encountered: