jickylive / snova

Automatically exported from code.google.com/p/snova
0 stars 0 forks source link

snova-0.12.0101.zip 启用spac后网页一直loading #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. 下载snova-0.12.0101.zip解压后运行startgui.bat
2. 把模式设为spac
3. start....
之后访问所有网站都一直loading,但gae模式正常。
然后就是附上log文件

Original issue reported on code.google.com by titanium98118 on 3 Jan 2012 at 12:22

Attachments:

GoogleCodeExporter commented 8 years ago
$contentLength = int(getHeader($headers, "Content-Length"));
改为
$contentLength = Int(GetHeader($headers, "Content-Length"));

Original comment by yinqiwen@gmail.com on 3 Jan 2012 at 12:45

GoogleCodeExporter commented 8 years ago
改了还是不行,另外spac中的$GOOGLE是什么??

Original comment by titanium98118 on 3 Jan 2012 at 12:58

GoogleCodeExporter commented 8 years ago
ORZ。。。原来改漏了"G",现在可以了,谢谢。

Original comment by titanium98118 on 3 Jan 2012 at 1:06

GoogleCodeExporter commented 8 years ago
注意有两处, 一是int->Int,二是getHeader->GetHeader
$GOOGLE指用Google的可用IP直接转发请求

Original comment by yinqiwen@gmail.com on 3 Jan 2012 at 1:09

GoogleCodeExporter commented 8 years ago
我也在snova-0.12.0107.zip 里遇到这个问题了
话说1017这个版本也没把这个错误修复啊

Original comment by elvis.w1...@gmail.com on 7 Jan 2012 at 6:08

GoogleCodeExporter commented 8 years ago
还有HTTPS的选择语句怎么没了?
光有个注释,我记得hyk使用这句话的啊:
 if $protocol=="https" 
{ 
return $SSHD;
}

Original comment by elvis.w1...@gmail.com on 7 Jan 2012 at 6:14

GoogleCodeExporter commented 8 years ago
https的选择可以加上,这是一个脚本,满足语法要求的语句都
可以(上面一句仍是合法的)

spac这次没有升级,故原错误仍保留未修改

Original comment by yinqiwen@gmail.com on 8 Jan 2012 at 12:15

GoogleCodeExporter commented 8 years ago
Fixed at V0.12.0120

Original comment by yinqiwen@gmail.com on 20 Jan 2012 at 2:56