You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[grid] Closing input pipeline when 404 is returned
In some cases the resource is not found, and if we have not read completely the input
stream, a read/write lock will happen since the client gets a response and won't stream
the remaining content. Closing the pipe avoids a lock and leaves the RequestConverter
ready for upcoming requests.
FixesSeleniumHQ/docker-selenium#1646FixesSeleniumHQ/docker-selenium#1605
0 commit comments