You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use echo http server and dont call WriteHeader in my handlers - echo server alone make this call. In result all my spans in this middleware marked as errors.
The text was updated successfully, but these errors were encountered:
Last fixes 2b2d270#diff-3fde75a8887529bd00893a052634c273 require in handler
h(sct.wrappedResponseWriter(), r)
callWriteHeader
. If not callWriteHeader
defer
mark span as error.I use echo http server and dont call
WriteHeader
in my handlers - echo server alone make this call. In result all my spans in this middleware marked as errors.The text was updated successfully, but these errors were encountered: