mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
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:
parent
1250f37066
commit
1fed57ab5d
@ -1673,11 +1673,13 @@ HttpGenRequestMessage (
|
||||
|
||||
ASSERT (Message != NULL);
|
||||
|
||||
*RequestMsg = NULL;
|
||||
MsgSize = 0;
|
||||
Success = FALSE;
|
||||
HttpHdr = NULL;
|
||||
AppendList = NULL;
|
||||
*RequestMsg = NULL;
|
||||
Status = EFI_SUCCESS;
|
||||
HttpHdrSize = 0;
|
||||
MsgSize = 0;
|
||||
Success = FALSE;
|
||||
HttpHdr = NULL;
|
||||
AppendList = NULL;
|
||||
HttpUtilitiesProtocol = NULL;
|
||||
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user