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
If the upstream backend answers with a gzip body the reverseproxy component throws a panic panic: net/http: abort Handler which is related to an error during body copy (client went away or writer closed).
Empty response because the server crashed.
Seems to be a bug in combination with our response writer wrapper und a gzip writer (close call?)
If the upstream backend answers with a gzip body the reverseproxy component throws a panic
panic: net/http: abort Handler
which is related to an error during body copy (client went away or writer closed).Couper Version: 0.6
Configuration:
The text was updated successfully, but these errors were encountered: