Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix respons stream to only return a single error.
According to [hyperium#689](hyperium#689) streams should end after the first error. Therefore, when we find an error in the response step, discard the trailers so that the stream ends.
- Loading branch information