diff options
author | Jiaxin Wu <jiaxin.wu@intel.com> | 2017-12-25 16:57:28 +0800 |
---|---|---|
committer | Jiaxin Wu <jiaxin.wu@intel.com> | 2017-12-27 16:28:50 +0800 |
commit | 4a6f440f259d0fc12b49c49c48b93ad1198cbb86 (patch) | |
tree | 6509a9383ab0eb62f0ccf41b1b2b62d068f766a8 /MdeModulePkg/Include | |
parent | 0efeec8e20e9bf13e5c82622f536df0c13abe331 (diff) | |
download | edk2-4a6f440f259d0fc12b49c49c48b93ad1198cbb86.tar.gz edk2-4a6f440f259d0fc12b49c49c48b93ad1198cbb86.tar.bz2 edk2-4a6f440f259d0fc12b49c49c48b93ad1198cbb86.zip |
MdeModulePkg/DxeHttpLib: Correct some return Status.
Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Wang Fan <fan.wang@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>
Diffstat (limited to 'MdeModulePkg/Include')
-rw-r--r-- | MdeModulePkg/Include/Library/HttpLib.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MdeModulePkg/Include/Library/HttpLib.h b/MdeModulePkg/Include/Library/HttpLib.h index 88b56ae1ce..285a83122e 100644 --- a/MdeModulePkg/Include/Library/HttpLib.h +++ b/MdeModulePkg/Include/Library/HttpLib.h @@ -286,8 +286,9 @@ HttpInitMsgParser ( @retval EFI_SUCCESS Successfully parse the message-body.
@retval EFI_INVALID_PARAMETER MsgParser is NULL or Body is NULL or BodyLength is 0.
- @retval Others Operation aborted.
-
+ @retval EFI_ABORTED Operation aborted.
+ @retval Other Error happened while parsing message body.
+
**/
EFI_STATUS
EFIAPI
|