library · inferred from evidence
AsyncHttpClient
HTTP client library used in the Java client for Selenium, with a Netty timer component.
- Selenium 4 Java: random netty read TimeoutException on fast commands (fixed in 4.1.2)
This was a client-side HTTP-layer bug: the Java 4.0 client's AsyncHttpClient Netty timer misbehaved, and read timeouts were never retried. The maintainers fixed it via the `RetryRequest` read-timeout retry policy (PR #10220) shipped in Sele