I deployed service on Google Cloud Run for Anthos. When I deploy with Http2 enabled I get this error
unexpected EOF
and sometimes randomly
read tcp 127.0.0.1:39130->127.0.0.1:80: read: connection reset by peer
If I deploy with it off everything works fine expect WebSockets. The purpose of migrating Cloud Run for Anthos was to add WebSocket support.
Please help.