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
With polling transport, if the client sends a request with a payload bigger than maxHttpBufferSize, the server returns a response with status 502 Bad Gateway. It should instead return 413 Payload Too Large.