[Medusa-dev] Incomplete response for /status on some Windows browsers

Robert M. Tesh rtesh@attbi.com
Thu, 12 Sep 2002 05:14:24 -0000


the easy solution is to turn chunking off in http_server.py
line 52 - use_chunked = 1

make it - use_chunked = 0.

This is a hack - but will get you working...

There are other problems with the producer methods in the
latest release that the older version did not have...right now
the producers - more methods are incorrect and all pages will
truncate at 64K.  I'm using medusa-0.5.2

see [Medusa-dev] medusa-0.5.2 has critical Bug.
by   leslie@linuxkorea.co.kr