Re: [edk2] [patch] MdeModulePkg: HttpLib BodyParseComplete Event should indicate the end of message body

2015-08-10 Thread Ye, Ting
I suggest to update the comments below The last chunk has been parsed, then need to decide last message is Trailer or CRLF, in order to make it easier for user to understand the code logic. Other parts are good to me. Reviewed-by: Ye Ting ting...@intel.com -Original Message- From:

Re: [edk2] [patch] MdeModulePkg: HttpLib BodyParseComplete Event should indicate the end of message body

2015-08-10 Thread Zhang, Lubo
Got your opinion, I will modify it later, thanks -Original Message- From: Ye, Ting Sent: Tuesday, August 11, 2015 1:33 PM To: Zhang, Lubo; edk2-devel@lists.01.org Cc: Wu, Jiaxin Subject: RE: [patch] MdeModulePkg: HttpLib BodyParseComplete Event should indicate the end of message body

[edk2] [patch] MdeModulePkg: HttpLib BodyParseComplete Event should indicate the end of message body

2015-08-09 Thread Zhang Lubo
In HttpLib, the Event BodyParseComplete should return to the callback function when the whole message body has been parsed Cc: Ye Tingting...@intel.com CC: Wu Jiaxin jiaxin...@intel.com Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Zhang Lubo lubo.zh...@intel.com ---