Skip to content

Conversation

@dch
Copy link
Contributor

@dch dch commented Oct 3, 2018

presently it's not possible to use ibrowse client (e.g. during replication) for
inet6-only hosts as the pattern match returned is insufficient. This patch
pulls in upstream's cmullaparthi/ibrowse@555f7074
minimal diff.

The patch will also require tagging so we can pull it into the main couchdb
tree, I've suggested CouchDB-4.0.2 which doesn't quite line up with the
history from ibrowse but it seems sensible enough.

Eshell V9.3.3.3  (abort with ^G)
1> inet:gethostbyname("wintermute.skunkwerks.at").
{error,nxdomain}
2> inet:gethostbyname("wintermute.skunkwerks.at", inet6).
{ok,{hostent,"wintermute.skunkwerks.at",[],inet6,16,
             [{64635,50390,27618,36432,27800,0,0,1}]}}

@nickva
Copy link
Contributor

nickva commented Oct 3, 2018

Noticed there was another ibrowse commit after that which fixed an issue related to ipv6 being the new default:

cmullaparthi/ibrowse@e6a0c36

Wonder if we'd need that as well?

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