On 19 Apr 2002, Gisle Aas wrote: > > If I comment out that line, everything works great. > > Could you check if things work if you rename the header name to > "X-Content-Length" or something. I want to know if the problem is any > kind of extra header or if there is something special with > "Content-Length" that this server app fails to grok.
It didn't like that nor "X-xyzzy". I even replaced that line with: $h->header( "Content-Transfer-Encoding" => "binary" ); which -is- part of rfc1867. Nope. If you want, I could cobble together a test against Apache running PHP. John
