mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 11:29:29 +00:00
Fixing exception message
This commit is contained in:
parent
83fcdda906
commit
e8eed798ab
@ -249,7 +249,7 @@ public class HttpGenerator
|
||||
}
|
||||
catch(Exception e)
|
||||
{
|
||||
String message= (e instanceof BufferOverflowException)?"Response header too large":e.getMessage();
|
||||
String message= (e instanceof BufferOverflowException)?"Request header too large":e.getMessage();
|
||||
throw new IOException(message,e);
|
||||
}
|
||||
finally
|
||||
|
Loading…
x
Reference in New Issue
Block a user