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
I have a POST endpoint returns a 400 response when the request was invalid. It's a work in progress and initially I have it only returning the response code and no body. I'm noticing that my browser hangs as though it is expecting a body. When I run the same HTTP handler with the std lib http server, the browser behaves as expected.