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:
Jiaxin Wu 2016-05-16 11:44:45 +08:00
parent 1250f37066
commit 1fed57ab5d
1 changed files with 7 additions and 5 deletions

View File

@ -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;
//