mirror of https://github.com/acidanthera/audk.git
Add transit bit check for detecting partial response in iSCSI stack.
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
This commit is contained in:
parent
d17c4eac56
commit
4304bf6945
|
@ -975,7 +975,7 @@ IScsiProcessLoginRsp (
|
|||
NetbufQueAppend (&Conn->RspQue, Pdu);
|
||||
|
||||
Conn->PartialRspRcvd = Continue;
|
||||
if (Continue) {
|
||||
if ((!Transit) || Continue) {
|
||||
//
|
||||
// It is a partial response; must wait for another or more Request/Response
|
||||
// conversations to get the full response.
|
||||
|
|
Loading…
Reference in New Issue