Skip to content

Commit

Permalink
Merge pull request #969 from bbockelm/query_dual_stack
Browse files Browse the repository at this point in the history
Always query dual stack for HTTP TPC.
  • Loading branch information
ffurano committed May 2, 2019
2 parents 6efb9c6 + 31a3044 commit 3506c3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/XrdTpc/XrdTpcTPC.cc
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ int TPCHandler::OpenWaitStall(XrdSfsFile &fh, const std::string &resource,
{
int open_result;
while (1) {
int orig_ucap = fh.error.getUCap();
fh.error.setUCap(orig_ucap | XrdOucEI::uIPv64);
open_result = fh.open(resource.c_str(), mode, openMode, &sec,
authz.empty() ? NULL: authz.c_str());
if ((open_result == SFS_STALL) || (open_result == SFS_STARTED)) {
Expand Down

0 comments on commit 3506c3e

Please sign in to comment.