sohaib17
sohaib17
## Detailed description of the problem We are running HAProxy 2.2.14 as an application load balancer (HTTP). We are seeing that it randomly crashes after a day or two with...
**Describe the bug** On decoding a bad HTTP2 stream error, `curl.py:141` raises a `UnicodeDecodeError`: ``` errmsg = ffi.string(self._error_buffer).decode() ``` Error code is `92 (CURLE_HTTP2_STREAM)` and Network Error string is: ```...
`Browser.start()` adds newly launched process in registered instances and then tries to connect to the browser. But in case of slow hardware or high system load, Chrome takes some time...