Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connect_ssl uses connect_timeout (Closes #359) #362

Merged
merged 2 commits into from
Aug 9, 2016

Conversation

HoneyryderChuck
Copy link

No description provided.

@HoneyryderChuck
Copy link
Author

someone?

retry if @socket.to_io.wait_writable(write_timeout)
raise TimeoutError, "Write timed out after #{write_timeout} seconds"
retry if @socket.to_io.wait_writable(tout)
raise TimeoutError, "Write timed out after #{tout} seconds"
Copy link
Member

@ixti ixti Aug 8, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can't tout be named full-length timeout?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@ixti
Copy link
Member

ixti commented Aug 8, 2016

If you will rebase on top of master it should become green on CI

@tarcieri
Copy link
Member

tarcieri commented Aug 9, 2016

@TiagoCardoso1983 thanks!

@ixti
Copy link
Member

ixti commented Aug 9, 2016

👏

jsonn pushed a commit to jsonn/pkgsrc that referenced this pull request Feb 5, 2017
Upstream changes (from CHANGES.md):

## 2.2.0 (2017-02-03)

* [#375](httprb/http#375)
  Add support for automatic Gzip/Inflate
  ([@Bonias])

* [#390](httprb/http#390)
  Add REPORT to the list of valid HTTP verbs
  ([@ixti])


## 2.1.0 (2016-11-08)

* [#370](httprb/http#370)
  Add Headers#include?
  ([@ixti])

* [#364](httprb/http#364)
  Add HTTP::Response#connection
  ([@janko-m])

* [#362](httprb/http#362)
  connect_ssl uses connect_timeout (Closes #359)
  ([@TiagoCardoso1983])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants