Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Oct 2005 12:14:27 -0400
From:      "N.J. Thomas" <njt@ayvali.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: interesting networking problem
Message-ID:  <20051017161427.GG31017@ayvali.org>
In-Reply-To: <20051017144846.28215.qmail@web33315.mail.mud.yahoo.com>
References:  <20051017142336.GD31017@ayvali.org> <20051017144846.28215.qmail@web33315.mail.mud.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
* Danial Thom <danial_thom@yahoo.com> [2005-10-17 07:48:46 -0700]:
> > I can connect to this site (via http) *very* intermittently. If I
> > run "wget example.org", I get the page exactly, once, but if I run
> > the same command immediately after, I get connection reset errors,
> > e.g.:
>
> Why don't you look at the http headers and see
> what's happening? 

Here they are. I'm not a web guru, so I don't really see anything out of
the ordinary:

    $ wget -S example.org
        --12:07:03--  http://example.org/
                   => `index.html'
        Resolving example.org... 192.168.1.5
        Connecting to example.org|192.168.1.5|:80... connected.
        HTTP request sent, awaiting response...
          HTTP/1.1 200 OK
          Date: Mon, 17 Oct 2005 16:09:55 GMT
          Server: Apache/2.0.54 (Win32) mod_ssl/2.0.54 OpenSSL/0.9.8 PHP/5.0.4
          X-Powered-By: PHP/5.0.4
          Connection: close
          Content-Type: text/html
        Length: unspecified [text/html]

            [  <=>                                             ] 19,830        48.92K/s

        12:07:04 (48.82 KB/s) - `index.html' saved [19830]

    $ wget -S example.org
        --12:07:07--  http://example.org/
                   => `index.html.1'
        Resolving example.org... 192.168.1.5
        Connecting to example.org|192.168.1.5|:80... connected.
        HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
        Retrying.

        --12:07:08--  http://example.org/
          (try: 2) => `index.html.1'
        Connecting to example.org|192.168.1.5|:80... connected.
        HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
        Retrying.

        ^C

Thomas

-- 
N.J. Thomas
njt@ayvali.org
Etiamsi occiderit me, in ipso sperabo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051017161427.GG31017>