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
@alekc I am running in the same issue. It seems this is caused by enabling opentelemetry support in the Tyk gateway. If you disable it, SSE will work again.
Original bug (#6322) is marked as solved, however it's not the case.
If the response is coming from SSE streaming, AND record detailed statistics is enabled, then it would crash out with panic.
As per previous report this is caused by the line
responseContent, err := io.ReadAll(responseCopy.Body)
where responseCopy.Body is nil.Happening on the
5.3.4
/release-5.3
branchThe text was updated successfully, but these errors were encountered: