connection over ipv6 is broken
Bug #1244776 reported by
koka
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libmemcached |
In Progress
|
Medium
|
Brian Aker |
Bug Description
How to reproduce:
connect to any server over ipv6. On setting value it wil return erro "getaddrinfo() or getnameinfo() HOSTNAME LOOKUP FAILURE"
This happens because of connect.cc, function set_hostinfo
There is string
hints.ai_family= AF_INET;
It restricts host lookups to ipv4 only.
It was uncommented in revision 1144
http://
And it should be removed, so noone would uncomment it!
Related branches
lp:~brianaker/libmemcached/1244776
- Tangent Trunk: Pending requested
- Diff: 0 lines
Changed in libmemcached: | |
assignee: | nobody → Brian Aker (brianaker) |
importance: | Undecided → Medium |
status: | New → In Progress |
milestone: | none → 1.0.18 |
To post a comment you must log in.