Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #1990

Re: Net::HTTP.get_response - No Response

From Brian Candler <b.candler@pobox.com>
Newsgroups comp.lang.ruby
Subject Re: Net::HTTP.get_response - No Response
Date 2011-03-30 15:39 -0500
Organization Service de news de lacave.net
Message-ID <ab42362fe28e63a84f564995b23fa51d@ruby-forum.com> (permalink)
References <f0d3dfc94aee7e5b6b04ee74575232bd@ruby-forum.com> <a0f0bd0ab4d7b85463f05729772c9b06@ruby-forum.com>

Show all headers | 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>&lt;your organization here&gt; 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:&lt;your webmaster's e-mail address here&gt;">&lt;your
    webmaster's e-mail address here&gt;</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 | NextPrevious in thread | Find similar | Unroll thread


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