Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] HttpParser - badMessage: java.lang.IllegalStateException: too much data after closed for HttpReceiverOverHTTP

Hi,

I got this error when the bytes of headers terminate with more than one CR-LF.

 

HttpParser on line 953 shows:

 

if (ch == HttpTokens.LINE_FEED) {

_contentPosition=0;

// End of headers!

 

Is this normal behavior?

 

Regards

Vassilis

 

 

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top