]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg:Fix a bug HttpLib can't parse last chunked data well
authorZhang Lubo <lubo.zhang@intel.com>
Thu, 17 Dec 2015 01:12:11 +0000 (01:12 +0000)
committerluobozhang <luobozhang@Edk2>
Thu, 17 Dec 2015 01:12:11 +0000 (01:12 +0000)
commit47bda627eedb0d0e88eddb54fa11e39c8a1055ff
tree908276614a4a59ad838edee4d8d44092d96e9964
parentd14198b3397d85da37d8a9f81cf233ce08c7758a
MdeModulePkg:Fix a bug HttpLib can't parse last chunked data well

When HttpLib parsing the last chunked data down, the Http NextMsg pointer
in the HttpBodyParserCallback function should point to the character
after '/n' flag.

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