Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] How to disable the chunking feature in Jetty

Hi Jetty-users,

 How can I disable the chunking feature in Jetty?
 
 One of my Http client only support http 1.0, however, Jetty will split the big response message and send the chunked http response to the old client, which cause the client failed. I tried to increase the response buffer in Connector, however, we still have such issue when the message exceed the buffer limit.

 Is there any way to disable the chunk feature in Jetty? or  Is there any way to disable Http 1.1 feature in Jetty because checking feature is from http 1.1?

David


Back to the top