-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Fred,

On 2/12/2010 2:48 PM, fredk2 wrote:
> I have an old client that does not understand the Transfer-Encoding:
> chunked.  My tomcat response is chunked with hex 2000 (8K and a little bit
> less via AJP: 1FF8).

Do you mean that it's returned in chunks of 0x1FF8 bytes?

> Is there a way to configure Tomcat's chunk size to e.g 100K or another
> question where or why is it set to 8K?

100k? That sounds like a lot.

> Interestingly, in Tomcat4 there was an attribute allowChunking="false".

The client can indicate that it doesn't support chunking by specifying
HTTP/1.0 in the request line, and Tomcat shouldn't do chunking.

If you are forcing chunking in some way in your code, though, you'll
need to change that, too.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkt1tTsACgkQ9CaO5/Lv0PAKrwCeMM/iox+jViCNB4hQG4phrkP2
dqoAn0UjGb7u/QxRTIvwDrPwHefRY7GM
=7ERk
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to