Skip to content

Commit

Permalink
Do not shutdown XrdLink on BIO close.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbockelm committed Mar 28, 2018
1 parent 351d6a0 commit d288303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/XrdHttp/XrdHttpProtocol.cc
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@ BIO *XrdHttpProtocol::CreateBIO(XrdLink *lp)

BIO *ret = BIO_new(m_bio_method);

ret->shutdown = 0;
ret->ptr = lp;
ret->init = 1;
return ret;
Expand Down

0 comments on commit d288303

Please sign in to comment.