You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Fenlason, Josh" <jf...@ptc.com> on 2006/01/18 20:21:02 UTC

[users@httpd] RE: Bad Chunked Behavior (Solved)

I discovered my problem was caused by changes in mod_jk's behavior.  If
I added JkOptions +FlushPackets to my mod_jk configuration, everything
works great.
,
Josh.

	-----Original Message-----
	From: Fenlason, Josh 
	Sent: Tuesday, January 17, 2006 3:22 PM
	To: Apache Users (users@httpd.apache.org)
	Subject: Bad Chunked Behavior
	
	
	I have apache and tomcat configured with mod_jk and a jsp page
that streams html content.  Everything worked fine in 2.0.52 with mod_jk
1.2.8, but then I moved to 2.0.54/55 and mod_jk 1.2.15.  In 2.0.54/55
the page is served up correctly, accept instead of gradually passing
data to the browser, it sends it all as one chunk.  In 2.0.52, the
content is gradually updated.  Has any one else seen anything like this?
Any suggestions would be greatly appreciated.  Thanks in advance.
	,
	Josh.