Re: [AOLSERVER] aolserver 4.5cvs gzip bug?

2005-09-28 Thread Mark Mcgaha
I ran into this problem too. Here is the bug report: http://sourceforge.net/tracker/index.php?func=detailaid=1158047group_id=3152atid=103152 Although the report really does not give enough info, it is the same problem that you are having. I included an updated compress.c that fixes the problem.

Re: [AOLSERVER] aolserver 4.5cvs gzip bug?

2005-09-28 Thread Daniel P. Stasinski
On Tue, 2005-09-27 at 22:44 -0400, Nathan Folkman wrote: Any chance you could provide a full trace? Even better. Here is a diff. Daniel # --- compress.c.orig 2005-09-27 20:03:58.0 -0700 +++ compress.c 2005-09-28 08:35:26.436378709 -0700 @@ -94,6 +94,7 @@

[AOLSERVER] aolserver 4.5cvs gzip bug?

2005-09-27 Thread Daniel P. Stasinski
Using curl to get a compressed ADP page I am getting errors at the very end. curl --compressed --trace - -i mydomain.com == Info: Error while processing content unencoding: incorrect data check == Info: Closing connection #0 curl: (61) Error while processing content unencoding: incorrect data

Re: [AOLSERVER] aolserver 4.5cvs gzip bug?

2005-09-27 Thread Nathan Folkman
Any chance you could provide a full trace? Something such as the output from ethereal might be helpful. Alternately, could you provide the relevant AOLserver configuration being used, along with the sample page that is under going compression. Thanks! - n On Sep 27, 2005, at 7:20 PM,