jiacai2050 / gooreplacer.xpi

DEPRECATED. 本仓库采用的 Add-on SDK 技术以废弃。 可参考最新的 WebExtensions 在
https://github.com/jiacai2050/gooreplacer
200 stars 34 forks source link

lug.ustc.edu.cn镜像今天好像有点问题 #7

Closed meteormatt closed 9 years ago

meteormatt commented 9 years ago

有时候返回504, 有时候返回302. 感觉有点问题. 正常应该直接返回200和资源的.

PS C:\Users\meteor> curl -v http://fonts.lug.ustc.edu.cn/css?family=Open+Sans
* About to connect() to fonts.lug.ustc.edu.cn port 80 (#0)
*   Trying 202.141.162.123... connected
* Connected to fonts.lug.ustc.edu.cn (202.141.162.123) port 80 (#0)
> GET /css?family=Open+Sans HTTP/1.1
> User-Agent: curl/7.21.7 (amd64-pc-win32) libcurl/7.21.7 OpenSSL/0.9.8r zlib/1.2.5
> Host: fonts.lug.ustc.edu.cn
> Accept: */*
>
< HTTP/1.1 504 Gateway Time-out
< Server: nginx/1.6.0
< Date: Thu, 18 Dec 2014 09:27:21 GMT
< Content-Type: text/html
< Transfer-Encoding: chunked
< Connection: keep-alive
<
<html>
<head><title>504 Gateway Time-out</title></head>
<body bgcolor="white">
<center><h1>504 Gateway Time-out</h1></center>
<hr><center>nginx/1.6.0</center>
</body>
</html>
* Connection #0 to host fonts.lug.ustc.edu.cn left intact
* Closing connection #0

PS C:\Users\meteor> curl -v http://ajax.lug.ustc.edu.cn/ajax/libs/jquery/1.8.1/jquery.min.js
* About to connect() to ajax.lug.ustc.edu.cn port 80 (#0)
*   Trying 202.141.162.123... connected
* Connected to ajax.lug.ustc.edu.cn (202.141.162.123) port 80 (#0)
> GET /ajax/libs/jquery/1.8.1/jquery.min.js HTTP/1.1
> User-Agent: curl/7.21.7 (amd64-pc-win32) libcurl/7.21.7 OpenSSL/0.9.8r zlib/1.2.5
> Host: ajax.lug.ustc.edu.cn
> Accept: */*
>
< HTTP/1.1 302 Moved Temporarily
< Server: nginx/1.6.0
< Date: Thu, 18 Dec 2014 09:29:04 GMT
< Content-Type: text/html
< Content-Length: 160
< Connection: keep-alive
< Location: http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js
<
<html>
<head><title>302 Found</title></head>
<body bgcolor="white">
<center><h1>302 Found</h1></center>
<hr><center>nginx/1.6.0</center>
</body>
</html>
* Connection #0 to host ajax.lug.ustc.edu.cn left intact
* Closing connection #0

snap1

hosiet commented 9 years ago

服务器维护中,现在 fallback 到直接访问 Google 服务器。

On 2014年12月18日週四 17:33 Liu Xing notifications@github.com wrote:

有时候返回504, 有时候302

PS C:\Users\meteor> curl -v http://fonts.lug.ustc.edu.cn/css?family=Open+Sans

  • About to connect() to fonts.lug.ustc.edu.cn port 80 (#0)
  • Trying 202.141.162.123... connected
  • Connected to fonts.lug.ustc.edu.cn (202.141.162.123) port 80 (#0)

    GET /css?family=Open+Sans HTTP/1.1 User-Agent: curl/7.21.7 (amd64-pc-win32) libcurl/7.21.7 OpenSSL/0.9.8r zlib/1.2.5 Host: fonts.lug.ustc.edu.cn Accept: /

    < HTTP/1.1 504 Gateway Time-out < Server: nginx/1.6.0 < Date: Thu, 18 Dec 2014 09:27:21 GMT < Content-Type: text/html < Transfer-Encoding: chunked < Connection: keep-alive <

    504 Gateway Time-out

    504 Gateway Time-out


    nginx/1.6.0
  • Connection #0 to host fonts.lug.ustc.edu.cn left intact
  • Closing connection #0

PS C:\Users\meteor> curl -v http://ajax.lug.ustc.edu.cn/ajax/libs/jquery/1.8.1/jquery.min.js

  • About to connect() to ajax.lug.ustc.edu.cn port 80 (#0)
  • Trying 202.141.162.123... connected
  • Connected to ajax.lug.ustc.edu.cn (202.141.162.123) port 80 (#0)

    GET /ajax/libs/jquery/1.8.1/jquery.min.js HTTP/1.1 User-Agent: curl/7.21.7 (amd64-pc-win32) libcurl/7.21.7 OpenSSL/0.9.8r zlib/1.2.5 Host: ajax.lug.ustc.edu.cn Accept: /

    < HTTP/1.1 302 Moved Temporarily < Server: nginx/1.6.0 < Date: Thu, 18 Dec 2014 09:29:04 GMT < Content-Type: text/html < Content-Length: 160 < Connection: keep-alive < Location: http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js <

    302 Found

    302 Found


    nginx/1.6.0
  • Connection #0 to host ajax.lug.ustc.edu.cn left intact
  • Closing connection #0

[image: snap1] https://cloud.githubusercontent.com/assets/424475/5485910/a0f8ad52-86db-11e4-996d-9507cad74437.png

— Reply to this email directly or view it on GitHub https://github.com/jiacai2050/gooreplacer/issues/7.

meteormatt commented 9 years ago

现在正常了.