]> git.proxmox.com Git - mirror_edk2.git/commit
NetworkPkg/HttpDxe: Handle the HttpVersionUnsupported in the HttpConfigData
authorJiaxin Wu <jiaxin.wu@intel.com>
Wed, 9 Aug 2017 02:30:20 +0000 (10:30 +0800)
committerJiaxin Wu <jiaxin.wu@intel.com>
Mon, 14 Aug 2017 00:43:16 +0000 (08:43 +0800)
commit79de8c79cdef26e5578050b7f1a206745c6cff14
treec952fb10fcae5effcb6c984b7b2994c44ab7800c
parent0795920568ca2efbea71be8510f6bda1e8ef3e8a
NetworkPkg/HttpDxe: Handle the HttpVersionUnsupported in the HttpConfigData

v2:
* Refine the patch by changing the '==' to '>='.

Cc: Ye Ting <ting.ye@intel.com>
Cc: Jin Eric <eric.jin@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
NetworkPkg/HttpDxe/HttpImpl.c