On Apr 13, 2005, at 8:36 PM, Neil Schemenauer wrote:
> I have a theory on why StaticDirectory is causing a problem. It
> probably sets more response headers than other pages. You could
> test this theory by adding code like this to one of the dynamic
> pages:
>
> r = get_response()
> r.set_header('X-Test-1', 'a'*40)
> r.set_header('X-Test-2', 'a'*40)
> r.set_header('X-Test-3', 'a'*40)
>
Another interesting test would be to comment out lines in
StaticFile that set headers.