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

[incompatible] Support context more on Go 1.8 #4

Merged
merged 3 commits into from
Mar 11, 2017
Merged

[incompatible] Support context more on Go 1.8 #4

merged 3 commits into from
Mar 11, 2017

Conversation

Songmu
Copy link
Collaborator

@Songmu Songmu commented Feb 20, 2017

The net.Resolver.LookupIPAddr accepts context on Go 1.8 or later and we can handle DNS timeout with it.

[notice]
In this pull request, Go 1.7 support is dropped.

@Songmu
Copy link
Collaborator Author

Songmu commented Mar 9, 2017

We introduced Go 1.8 into our systems, please merge it. @hakobe

@hakobe
Copy link
Owner

hakobe commented Mar 11, 2017

Nice 👍 . I think README documents should be updated though. I'll change it later.

@hakobe hakobe merged commit eda4d4a into hakobe:master Mar 11, 2017
@Songmu Songmu deleted the support-context-more-go1.8 branch April 10, 2017 13:46
shogo82148 added a commit to shogo82148/paranoidhttp that referenced this pull request Mar 24, 2018
Timeout issues are resolved by hakobe#3 and hakobe#4
Songmu added a commit that referenced this pull request Mar 30, 2019
## [v0.1.0](6495e87...v0.1.0) (2019-03-31)

* adjust releng files [#11](#11) ([Songmu](https://github.com/Songmu))
* Revert "introduce structure for errors" [#8](#8) ([hakobe](https://github.com/hakobe))
* introduce structure for errors [#7](#7) ([astj](https://github.com/astj))
* Remove resolved issues from readme. [#6](#6) ([shogo82148](https://github.com/shogo82148))
* fix errors in IPv6 environment. [#5](#5) ([shogo82148](https://github.com/shogo82148))
* [incompatible] Support context more on Go 1.8 [#4](#4) ([Songmu](https://github.com/Songmu))
* support DialContext for go 1.7 [#3](#3) ([Songmu](https://github.com/Songmu))
* define mustParseCIDR and refactor [#2](#2) ([Songmu](https://github.com/Songmu))
* To prevent TOCTOU attacks, use checked IP addr directly for connections [#1](#1) ([hakobe](https://github.com/hakobe))
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.

2 participants