mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-13 18:14:49 +00:00
Merge pull request #5267 from eclipse/jetty-9.4.x-4954-minimal-bytecode-exposure
Issue #4954 - Expose header size/length from HttpParser
This commit is contained in:
commit
78bf1fb410
@ -365,6 +365,11 @@ public class HttpParser
|
||||
return _contentPosition;
|
||||
}
|
||||
|
||||
public int getHeaderLength()
|
||||
{
|
||||
return _headerBytes;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set if a HEAD response is expected
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user