Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #1990
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!news2.arglkargh.de!news.musoftware.de!wum.musoftware.de!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!talisker.lacave.net!lacave.net!not-for-mail |
|---|---|
| From | Brian Candler <b.candler@pobox.com> |
| Newsgroups | comp.lang.ruby |
| Subject | Re: Net::HTTP.get_response - No Response |
| Date | Wed, 30 Mar 2011 15:39:13 -0500 |
| Organization | Service de news de lacave.net |
| Lines | 49 |
| Message-ID | <ab42362fe28e63a84f564995b23fa51d@ruby-forum.com> (permalink) |
| References | <f0d3dfc94aee7e5b6b04ee74575232bd@ruby-forum.com> <a0f0bd0ab4d7b85463f05729772c9b06@ruby-forum.com> |
| NNTP-Posting-Host | bristol.highgroove.com |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 7bit |
| X-Trace | talisker.lacave.net 1301517562 26236 65.111.164.187 (30 Mar 2011 20:39:22 GMT) |
| X-Complaints-To | abuse@lacave.net |
| NNTP-Posting-Date | Wed, 30 Mar 2011 20:39:22 +0000 (UTC) |
| In-Reply-To | <a0f0bd0ab4d7b85463f05729772c9b06@ruby-forum.com> |
| X-Received-From | This message has been automatically forwarded from the ruby-talk mailing list by a gateway at comp.lang.ruby. If it is SPAM, it did not originate at comp.lang.ruby. Please report the original sender, and not us. Thanks! For more details about this gateway, please visit: http://blog.grayproductions.net/categories/the_gateway |
| X-Mail-Count | 380633 |
| X-Ml-Name | ruby-talk |
| X-Rubymirror | Yes |
| X-Ruby-Talk | <ab42362fe28e63a84f564995b23fa51d@ruby-forum.com> |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.ruby:1990 |
Show key headers only | View raw
> From here I get no response - looks like the site is hanging.
Eventually I get this:
HTTP/1.0 504 Gateway Time-out
Date: Wed, 30 Mar 2011 20:37:22 GMT
Content-Type: text/html
Connection: close
Content-Length: 1109
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--$Id: imerr504.html,v 1.2 2007/11/29 09:34:56 gcattell Exp $-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Bad request</title></head>
<body
text="#000000" bgcolor="#FFFFFF" link="#770000" vlink="#050505"
alink="#111111">
<!-- DELETE THIS LINE
<center>
<h1><your organization here> WORLD WIDE WEB SITE</h1>
</center>
DELETE THIS LINE -->
<hr/>
<center>
<h2>HTTP Error 504: Gateway Timeout</h2>
<br/>
The server, while acting as a gateway or proxy, did not receive a timely
response from the upstream server it accessed in attempting to complete
the request.
</center>
<hr/>
<!-- DELETE THIS LINE
<p>If you think this server is not responding properly or if you
have question or suggestions please send mail to <a
href="mailto:<your webmaster's e-mail address here>"><your
webmaster's e-mail address here></a>
</p>
DELETE THIS LINE -->
</body></html>
So basically: broken site. And one which wasn't even properly set up in
the first place.
--
Posted via http://www.ruby-forum.com/.
Back to comp.lang.ruby | Previous | Next — Previous in thread | Find similar | Unroll thread
Net::HTTP.get_response - No Response Jeff Bowen <ja_bowen@yahoo.com> - 2011-03-30 08:45 -0500
Re: Net::HTTP.get_response - No Response Michael Edgar <adgar@carboni.ca> - 2011-03-30 09:29 -0500
Re: Net::HTTP.get_response - No Response Jeff Bowen <ja_bowen@yahoo.com> - 2011-03-30 10:25 -0500
Re: Net::HTTP.get_response - No Response Brian Candler <b.candler@pobox.com> - 2011-03-30 15:36 -0500
Re: Net::HTTP.get_response - No Response Brian Candler <b.candler@pobox.com> - 2011-03-30 15:39 -0500
csiph-web