Page 1 of 1

"Could not read headers from server"

Posted: 2009-06-08 7:13 pm
by velo
Hi,

I'm trying to use JSCoverage to test my application.

Since this is a complex application and I will use selenium to run test automatically, so, I assumed that using jscoverage-server in proxy mode was a good choice (jscoverage-server.exe --proxy --verbose ).

But, when I try to open my URL I always got the following message:
"Could not read headers from server"

Image

Does anyone has any idea?


VELO

Re: "Could not read headers from server"

Posted: 2009-06-08 7:18 pm
by velo
BTW, the application under test is available online at the following URL:
http://repository.sonatype.org/index.html#welcome


VELO

Re: "Could not read headers from server"

Posted: 2009-06-09 4:32 am
by Ed
I think the jscoverage-server is getting confused by a Content-Encoding header with an empty value sent by the origin server.

This should be fixed in the Subversion repository.

Re: "Could not read headers from server"

Posted: 2009-06-09 11:44 am
by velo
Nice, it worked, thanks a lot.


VELO