v2.0.2
Bugfixes:
- We now correctly report upstream connection closure to clients, so
that they know they need to open a new connection in that case even
if they support long-term connection reuse. In practice this makes
it so that web browsers such as Chrome and Firefox will not
experience hangs when making new requests when working with a
backend server that usesConnection: keep-alive
.