]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/HttpLib.h
MdeModulePkg/DxeHttpLib: Correct some return Status.
[mirror_edk2.git] / MdeModulePkg / Include / Library / HttpLib.h
index 88b56ae1cebd3ce98b2c66840aaf1813c2ea4252..285a83122e645c9c34d8f35377fcab584cc2c2a8 100644 (file)
@@ -286,8 +286,9 @@ HttpInitMsgParser (
 \r
   @retval EFI_SUCCESS                Successfully parse the message-body.\r
   @retval EFI_INVALID_PARAMETER      MsgParser is NULL or Body is NULL or BodyLength is 0.\r
-  @retval Others                     Operation aborted.\r
-\r
+  @retval EFI_ABORTED                Operation aborted.\r
+  @retval Other                      Error happened while parsing message body.\r
+  \r
 **/\r
 EFI_STATUS\r
 EFIAPI\r