Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
This commit is contained in:
commit
f45b0eb0e5
|
@ -352,6 +352,11 @@ public class HttpParser
|
|||
return _contentPosition;
|
||||
}
|
||||
|
||||
public int getHeaderLength()
|
||||
{
|
||||
return _headerBytes;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set if a HEAD response is expected
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue