summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Include/Library/HttpLib.h
diff options
context:
space:
mode:
authorJiaxin Wu <jiaxin.wu@intel.com>2017-12-25 16:43:37 +0800
committerJiaxin Wu <jiaxin.wu@intel.com>2017-12-27 16:28:45 +0800
commit0efeec8e20e9bf13e5c82622f536df0c13abe331 (patch)
tree9b1b6ae97e55389bf20528e1587e351dbf1977d4 /MdeModulePkg/Include/Library/HttpLib.h
parentf5168b847d8d374fc0206603c7479a3c7ed5fbb0 (diff)
downloadedk2-0efeec8e20e9bf13e5c82622f536df0c13abe331.tar.gz
edk2-0efeec8e20e9bf13e5c82622f536df0c13abe331.tar.bz2
edk2-0efeec8e20e9bf13e5c82622f536df0c13abe331.zip
MdeModulePkg/DxeHttpLib: Check the input parameters for some APIs.
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/Library/HttpLib.h')
-rw-r--r--MdeModulePkg/Include/Library/HttpLib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/Include/Library/HttpLib.h b/MdeModulePkg/Include/Library/HttpLib.h
index 853982025c..88b56ae1ce 100644
--- a/MdeModulePkg/Include/Library/HttpLib.h
+++ b/MdeModulePkg/Include/Library/HttpLib.h
@@ -372,6 +372,7 @@ HttpFindHeader (
@retval EFI_SUCCESS The FieldName and FieldValue are set into HttpHeader successfully.
+ @retval EFI_INVALID_PARAMETER The parameter is invalid.
@retval EFI_OUT_OF_RESOURCES Failed to allocate resources.
**/