开发者

Error 324 (net::ERR_EMPTY_RESPONSE): I can't getting my site from some machines

开发者 https://www.devze.com 2023-03-02 15:00 出处:网络
I have a site Test.com. It can access without any problem fromsome machine. Butin from some other machine (on other network)it is not gett开发者_运维问答ing .

I have a site Test.com.

It can access without any problem from some machine.

But in from some other machine (on other network)it is not gett开发者_运维问答ing . It returning an error

Error 324 (net::ERR_EMPTY_RESPONSE):

Can any one tell me the reason please


Sounds like a Chrome bug.

http://www.google.com/support/forum/p/Chrome/thread?tid=19043fff689eff09&hl=en

But Thilo is right. Start accepting more answers.


Are you using a framework? this might also have something to do with it. I am using codeigniter with compressed set to true. This uses the codeigniter compression algorithm to compress output, so you have to use its own output function to print something

(e.g. $this->output->set_content_type(...)->append_output(...))

hopefully this will help.

0

精彩评论

暂无评论...
验证码 换一张
取 消