audk/NetworkPkg/HttpDxe
Jiaxin Wu 7191827f90 NetworkPkg/HttpDxe: Strip square brackets in IPv6 expressed HostName.
*v2: Optimize the patch by calculating AsciiStrSize() only once.

In URI, the colon (:) is used to terminate the HostName path before
a port number. However, if HostName is expressed as IPv6 format, colon
characters in IPv6 addresses will conflict with the colon before port
number. To alleviate this conflict in URI, the IPv6 expressed HostName
are enclosed in square brackets ([]). To record the real IPv6 HostName,
square brackets should be stripped.

Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
2018-08-03 08:34:03 +08:00
..
ComponentName.c NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
ComponentName.h
HttpDns.c NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
HttpDns.h NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
HttpDriver.c NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
HttpDriver.h NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
HttpDxe.inf NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
HttpDxe.uni NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
HttpDxeExtra.uni NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
HttpImpl.c NetworkPkg/HttpDxe: Strip square brackets in IPv6 expressed HostName. 2018-08-03 08:34:03 +08:00
HttpImpl.h NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
HttpProto.c NetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S) message body. 2018-07-12 08:37:54 +08:00
HttpProto.h NetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S) message body. 2018-07-12 08:37:54 +08:00
HttpsSupport.c NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
HttpsSupport.h NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00