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
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
