Improved error reporting.
This commit is contained in:
parent
cb7ef89619
commit
0f422475ad
|
@ -275,7 +275,7 @@ public class Request implements HttpServletRequest
|
||||||
public PushBuilder getPushBuilder()
|
public PushBuilder getPushBuilder()
|
||||||
{
|
{
|
||||||
if (!isPushSupported())
|
if (!isPushSupported())
|
||||||
throw new IllegalStateException();
|
throw new IllegalStateException(String.format("%s,push=%b", this, isPush()));
|
||||||
|
|
||||||
HttpFields fields = new HttpFields(getHttpFields().size()+5);
|
HttpFields fields = new HttpFields(getHttpFields().size()+5);
|
||||||
boolean conditional=false;
|
boolean conditional=false;
|
||||||
|
|
Loading…
Reference in New Issue