Re: [edk2] [Patch] NetworkPkg: Avoid the indefinite wait case in HttpDxe

2016-04-27 Thread Fu, Siyuan
Patch] NetworkPkg: Avoid the indefinite wait case in HttpDxe > > Need the timer check to avoid the indefinite wait case > in HttpDxe driver > A.HTTP receive Header process in HttpTcpReceiveHeader(); > B.HTTP receive Body process in HttpTcpReceiveBody(); > > Cc: Hegde Nagaraj

Re: [edk2] [Patch] NetworkPkg: Avoid the indefinite wait case in HttpDxe

2016-04-26 Thread Hegde, Nagaraj P
Reviewed-by: Hegde Nagaraj P -Original Message- From: Jiaxin Wu [mailto:jiaxin...@intel.com] Sent: Tuesday, April 26, 2016 4:09 PM To: edk2-devel@lists.01.org Cc: Hegde, Nagaraj P ; El-Haj-Mahmoud, Samer ; Ye Ting ; Fu Siyuan ; Zhang Lubo Subject: [Patch] NetworkPkg: Avoid the indefin

[edk2] [Patch] NetworkPkg: Avoid the indefinite wait case in HttpDxe

2016-04-26 Thread Jiaxin Wu
Need the timer check to avoid the indefinite wait case in HttpDxe driver A.HTTP receive Header process in HttpTcpReceiveHeader(); B.HTTP receive Body process in HttpTcpReceiveBody(); Cc: Hegde Nagaraj P Cc: El-Haj-Mahmoud Samer Cc: Ye Ting Cc: Fu Siyuan Cc: Zhang Lubo Contributed-under: Tiano