]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add transit bit check for detecting partial response in iSCSI stack.
authortye1 <tye1@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 19 Apr 2013 06:19:40 +0000 (06:19 +0000)
committertye1 <tye1@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 19 Apr 2013 06:19:40 +0000 (06:19 +0000)
Signed-off-by: Ye Ting <ting.ye@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Tian Feng <feng.tian@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14294 6f19259b-4bc3-4df7-8a09-765794883524

NetworkPkg/IScsiDxe/IScsiProto.c

index 3dabb00d4a614d227ae2e2f33ed14b5b7cde92c4..d5e0994b5358ae0cbd18df7626e13d8ffb8bf667 100644 (file)
@@ -975,7 +975,7 @@ IScsiProcessLoginRsp (
   NetbufQueAppend (&Conn->RspQue, Pdu);\r
 \r
   Conn->PartialRspRcvd = Continue;\r
-  if (Continue) {\r
+  if ((!Transit) || Continue) {\r
     //\r
     // It is a partial response; must wait for another or more Request/Response\r
     // conversations to get the full response.\r