]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/DxeHttpLib: Correct the return status for the HTTP Port/ContentLength
authorJiaxin Wu <jiaxin.wu@intel.com>
Wed, 8 Feb 2017 03:56:54 +0000 (11:56 +0800)
committerJiaxin Wu <jiaxin.wu@intel.com>
Thu, 9 Feb 2017 00:33:21 +0000 (08:33 +0800)
commit27fd61af01453b997ef1b79b91dfb7fa65d2e253
treef43938bc21382660ef61edc7f6186a6c1da3f149
parent9fe9cf9acb475af9317dcdaf32a93f1cb77d95ac
MdeModulePkg/DxeHttpLib: Correct the return status for the HTTP Port/ContentLength

Replace AsciiStrDecimalToUintn with AsciiStrDecimalToUintnS to
return the correct status for the HTTP Port/ContentLength.

Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.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: Ye Ting <ting.ye@intel.com>
MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c