]> granicus.if.org Git - libevent/commit
Merge branch 'fix-http-for-ipv6-backport-for-2.0' into patches-2.0
authorAzat Khuzhin <a3at.mail@gmail.com>
Thu, 8 Oct 2015 08:50:53 +0000 (11:50 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Thu, 8 Oct 2015 08:51:55 +0000 (11:51 +0300)
commita4a7c1aeddc3100cb8d24450bd9adcd2d1cd9a56
tree5f9ce9990cbca6c2544c49697211694c04a02a10
parent571dbac81af7a378d6fad0728c3eb3d7be89785f
parent066a4f6fd12dedbc5597787e48dc03a9c556ad0e
Merge branch 'fix-http-for-ipv6-backport-for-2.0' into patches-2.0

This patchset is just a backport from upstream (with minor fixes to function
names in tests) of 2ecd894725e167dcc1f22f9292f98e41299df6cc ("Merge pull
request #39 from azat/fix-http-for-ipv6")

* fix-http-for-ipv6-backport-for-2.0:
  Add regress test ipv6_for_domain.
  Fix ipv6 support for http. When URL contain domain, not IP address.

Fixes #287