Skip to content

Commit

Permalink
Merge pull request #5267 from eclipse/jetty-9.4.x-4954-minimal-byteco…
Browse files Browse the repository at this point in the history
…de-exposure

Issue #4954 - Expose header size/length from HttpParser
  • Loading branch information
joakime committed Sep 15, 2020
2 parents 3849a91 + 829cf76 commit 78bf1fb
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -365,6 +365,11 @@ public long getContentRead()
return _contentPosition;
}

public int getHeaderLength()
{
return _headerBytes;
}

/**
* Set if a HEAD response is expected
*
Expand Down

0 comments on commit 78bf1fb

Please sign in to comment.