Faraday adapters are expected to [represent empty body response as blank string](https://github.com/lostisland/faraday/blob/a9cf00425e3abc99b78952af44deb2912a65a882/spec/support/shared_examples/request_method.rb#L45-L47), but async-http-faraday [deviates](https://github.com/socketry/async-http-faraday/blob/edbc86986ddb3a89a47ea71dce5d3bfb478c7a24/test/async/http/faraday/adapter.rb#L103-L105) from this specification.