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

fix errors in IPv6 environment. #5

Merged
merged 1 commit into from
Mar 28, 2018

Conversation

shogo82148
Copy link
Contributor

The paranoidhttp returns the following error in environment supporting IPv6.

Get https://dl.dropboxusercontent.com/s/91zoyesl8rm9rrp/1-2.gif: dial tcp4: address 2620:100:6030:6::a27d:5006: no suitable address found

I know the paranoidhttp doesn't support IPv6, while it should fallback to IPv4.

Copy link
Owner

@hakobe hakobe left a comment

Choose a reason for hiding this comment

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

nice! LGTM. :shipit:

@hakobe hakobe merged commit 14238a4 into hakobe:master Mar 28, 2018
@shogo82148 shogo82148 deleted the fix-errors-in-ipv6-env branch April 2, 2018 00:20
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