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
Fixed: Error when replying to an HTTPS/2 request that was proxied to an HTTP/1.1 server
This was caused by Cowboy requiring the response headers to be in binary for HTTPS/2, but the response headers for an HTTP/1.1 request are strings/charlists.
0 commit comments