audk/NetworkPkg/HttpDxe
Jiaxin Wu 895b87e380 NetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S) message body.
*v2: Resolve the conflict commit.

*v3: Fixed the failure if BodyLength in HTTP token is less than the received
size of HTTPS message.

HttpBodyParserCallback function is to parse the HTTP(S) message body so as to
confirm whether there is the next message header. But it doesn't record the
parsing message data/length correctly.

This patch is refine the parsing logic so as to fix the potential failure.

Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Gary Lin <glin@suse.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>
Reviewed-by: Ye Ting <ting.ye@intel.com>
Tested-by: Gary Lin <glin@suse.com>
2018-07-12 08:37:54 +08:00
..
ComponentName.c NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
ComponentName.h
HttpDns.c NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
HttpDns.h NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
HttpDriver.c NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
HttpDriver.h NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
HttpDxe.inf NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
HttpDxe.uni NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
HttpDxeExtra.uni NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
HttpImpl.c NetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S) message body. 2018-07-12 08:37:54 +08:00
HttpImpl.h NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
HttpProto.c NetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S) message body. 2018-07-12 08:37:54 +08:00
HttpProto.h NetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S) message body. 2018-07-12 08:37:54 +08:00
HttpsSupport.c NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
HttpsSupport.h NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00