]> git.proxmox.com Git - mirror_edk2.git/commit - NetworkPkg/HttpDxe/HttpImpl.c
NetworkPkg:Fix the issue that cannot parse ipv6 address correctly.
authorZhang Lubo <lubo.zhang@intel.com>
Mon, 9 Nov 2015 07:00:20 +0000 (07:00 +0000)
committerluobozhang <luobozhang@Edk2>
Mon, 9 Nov 2015 07:00:20 +0000 (07:00 +0000)
commitac4588532d17a2f3cac3e7dde7c85ed59dab319b
treef8ffa27839120538970350d4a61e94b5a1103c44
parente91cc29dd71c9597dbf835b068e4d4d9b1ccb97d
NetworkPkg:Fix the issue that cannot parse ipv6 address correctly.

If there is a ipv6 expressed url, the NetLibAsciiStrToIp6 cannot get the Ipv6
address from the host name, because the host name contains left and right
bracket which cannot be used to configure the Tcp6 connection.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Zhang Lubo <lubo.zhang@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Wu Jiaxin <jiaxin.wu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18745 6f19259b-4bc3-4df7-8a09-765794883524
NetworkPkg/HttpDxe/HttpImpl.c