Skip to content

4.2.0

Compare
Choose a tag to compare
@kelunik kelunik released this 27 Feb 20:38
v4.2.0
  • Add improved ConnectionLimitingPool

    The new ConnectionLimitingPool limits connections instead of streams. In addition, it has improved connection handling, racing between new connections and existing connections becoming available once the limit has been reached. The older LimitedConnectionPool has been renamed to StreamLimitingPool with a class alias for backward compatibility.

  • Don't set ALPN if only HTTP/1.1 is enabled, which allows connections to certain misbehaving servers (#255)