]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg: Add codes to support trailer parse in HttpLib.
authorZhang Lubo <lubo.zhang@intel.com>
Wed, 12 Aug 2015 12:44:31 +0000 (12:44 +0000)
committerluobozhang <luobozhang@Edk2>
Wed, 12 Aug 2015 12:44:31 +0000 (12:44 +0000)
commit0cd1ecea673160417e30e46009a54d361a131235
treec008966e3dc63bcee9d7cd26917c32f8225534e8
parent64ffb95441efad61aac023942f26b5c7f0868396
MdeModulePkg: Add codes to support trailer parse in HttpLib.

In HttpLib, the Event BodyParseComplete should return to the
callback function when the whole message body has been parsed
including the trailer if it has.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Zhang Lubo <lubo.zhang@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
Reviewed-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18213 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c