Created
November 17, 2011 04:59
-
-
Save kxhitiz/1372397 to your computer and use it in GitHub Desktop.
git.io implementation failed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP/1.0 417 Expectation failed | |
Server: squid/2.7.STABLE9 | |
Date: Thu, 17 Nov 2011 04:57:11 GMT | |
Content-Type: text/html | |
Content-Length: 1445 | |
X-Squid-Error: ERR_INVALID_REQ 0 | |
X-Cache: MISS from localhost | |
X-Cache-Lookup: NONE from localhost:3128 | |
Via: 1.0 localhost:3128 (squid/2.7.STABLE9) | |
Connection: close | |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> | |
<TITLE>ERROR: The requested URL could not be retrieved</TITLE> | |
<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE> | |
</HEAD><BODY> | |
<H1>ERROR</H1> | |
<H2>The requested URL could not be retrieved</H2> | |
<HR noshade size="1px"> | |
<P> | |
While trying to process the request: | |
<PRE> | |
POST / HTTP/1.1 | |
User-Agent: curl/7.19.7 (universal-apple-darwin10.0) libcurl/7.19.7 OpenSSL/0.9.8l zlib/1.2.3 | |
Host: git.io | |
Accept: */* | |
Content-Length: 175 | |
Expect: 100-continue | |
Content-Type: multipart/form-data; boundary=----------------------------c30fda8a984a | |
</PRE> | |
<P> | |
The following error was encountered: | |
<UL> | |
<LI> | |
<STRONG> | |
Invalid Request | |
</STRONG> | |
</UL> | |
<P> | |
Some aspect of the HTTP Request is invalid. Possible problems: | |
<UL> | |
<LI>Missing or unknown request method | |
<LI>Missing URL | |
<LI>Missing HTTP Identifier (HTTP/1.0) | |
<LI>Request is too large | |
<LI>Content-Length missing for POST or PUT requests | |
<LI>Illegal character in hostname; underscores are not allowed | |
</UL> | |
<P>Your cache administrator is <A HREF="mailto:admin@localhost">admin@localhost</A>. | |
<BR clear="all"> | |
<HR noshade size="1px"> | |
<ADDRESS> | |
Generated Thu, 17 Nov 2011 04:57:11 GMT by localhost (squid/2.7.STABLE9) | |
</ADDRESS> | |
</BODY></HTML> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment