Issue #1729 Correct exception message
This commit is contained in:
parent
5197ce4f54
commit
db249c09d0
|
@ -481,7 +481,7 @@ public class HttpGenerator
|
||||||
}
|
}
|
||||||
catch(BufferOverflowException e)
|
catch(BufferOverflowException e)
|
||||||
{
|
{
|
||||||
throw new BadMessageException(INTERNAL_SERVER_ERROR_500,"Request header too large",e);
|
throw new BadMessageException(INTERNAL_SERVER_ERROR_500,"Response header too large",e);
|
||||||
}
|
}
|
||||||
catch(Exception e)
|
catch(Exception e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue