Skip to content

Commit

Permalink
[XrdHttp] Reset the digest information when request is reset.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbockelm committed Jul 19, 2018
1 parent 9501f2a commit 8987840
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/XrdHttp/XrdHttpReq.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2397,6 +2397,10 @@ void XrdHttpReq::reset() {
resource = "";
allheaders.clear();

// Reset the state of the request's digest request.
m_req_digest.clear();
m_resource_with_digest = "";

headerok = false;
keepalive = true;
length = 0;
Expand Down

0 comments on commit 8987840

Please sign in to comment.