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.