Skip to content

V.1.0.2.0

Compare
Choose a tag to compare
@pwnded pwnded released this 11 Oct 15:10
· 188 commits to master since this release

Usage of HttpClient is changed: there are attempts to re-use HttpClient if possible to avoid exhausting of the available socket pool and TCP handshake overhead. Load balancing and stale DNS cache are also taken into account. There is also a GC for long-time not-in-use HttpClients.

See ChangeLog.md for details.