I notice that my code fails after [(fail if user tries writing bytes after request is sent #270)](https://github.com/swift-server/async-http-client/pull/270) change. Background: I use this API https://docs.docker.com/engine/api/v1.41/#operation/ContainerAttach that hijack the connection and allow to send back body after the request is sent. The connection stays active and the server expects and accepts more data. Problem: After the change, HTTPHandler rejects further writes to body, thas is undesired in this scenario.