-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Closed
Labels
C-rbRuby BindingsRuby BindingsI-defectSomething is not working as intendedSomething is not working as intended
Description
What happened?
Default Http Client added separate timeout values for open and read timeouts, since that conflicted with the superclass timeout setting, we removed that setting (2965e4e)
We removed/deprecated the persistent client subclass, but not the curb client subclass. So curb client can no longer set timeouts.
How can we reproduce the issue?
Selenium::WebDriver::Remote::Http::Curb.new(timeout: 120)Relevant log output
n/aOperating System
n/a
Selenium version
Ruby trunk
What are the browser(s) and version(s) where you see this issue?
n/a
What are the browser driver(s) and version(s) where you see this issue?
n/a
Are you using Selenium Grid?
no
Metadata
Metadata
Assignees
Labels
C-rbRuby BindingsRuby BindingsI-defectSomething is not working as intendedSomething is not working as intended