Skip to content

Commit

Permalink
[XrdCl] Addjust the number of streams for mixed transfers.
Browse files Browse the repository at this point in the history
mixed = encrypted control stream + unencrypted data streams
  • Loading branch information
simonmichal committed Oct 16, 2019
1 parent 1e45875 commit cf9eed2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/XrdCl/XrdClXRootDTransport.cc
Expand Up @@ -874,6 +874,9 @@ namespace XrdCl
if( ret == 1 ) ++ret;
}

if( ret > info->stream.size() )
info->stream.resize( ret );

return ret;
}

Expand Down

0 comments on commit cf9eed2

Please sign in to comment.