Skip to content

Commit

Permalink
[Server] Initialize page I/O state for parallel streams to avoid inva…
Browse files Browse the repository at this point in the history
…lid response.
  • Loading branch information
abh3 committed Jun 29, 2020
1 parent 76234c0 commit ca6d3b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/XrdXrootd/XrdXrootdXeq.cc
Expand Up @@ -1172,6 +1172,7 @@ int XrdXrootdProtocol::do_Offload(int pathID, bool isWrite, bool ispgio)
pp->myBlen = 0;
pp->doWrite = isWrite;
pp->doWriteC = false;
pp->doPgIO = ispgio;
pp->Resume = &XrdXrootdProtocol::do_OffloadIO;
pp->isActive = true;
pp->reTry = &isAvail;
Expand Down

0 comments on commit ca6d3b9

Please sign in to comment.