MdeModulePkg: Refine the code for DxeHttpLib
Cc: Ye Ting <ting.ye@intel.com> Cc: Fu Siyuan <siyuan.fu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiaxin Wu <jiaxin.wu@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
@ -1673,11 +1673,13 @@ HttpGenRequestMessage (
|
|||||||
|
|
||||||
ASSERT (Message != NULL);
|
ASSERT (Message != NULL);
|
||||||
|
|
||||||
*RequestMsg = NULL;
|
*RequestMsg = NULL;
|
||||||
MsgSize = 0;
|
Status = EFI_SUCCESS;
|
||||||
Success = FALSE;
|
HttpHdrSize = 0;
|
||||||
HttpHdr = NULL;
|
MsgSize = 0;
|
||||||
AppendList = NULL;
|
Success = FALSE;
|
||||||
|
HttpHdr = NULL;
|
||||||
|
AppendList = NULL;
|
||||||
HttpUtilitiesProtocol = NULL;
|
HttpUtilitiesProtocol = NULL;
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user