"Victor J. Orlikowski" wrote:

> Graham, any ideas?
> 
> [Tue Apr 10 14:34:05 2001] [debug] proxy_http.c(295): proxy: keepalive 
> address mismatch (close old socket (www.unc.edu/www.unc.edu, 80/80))
> 
> Little odd, yes?

This is why:

           vvvvvvvvvvvvvvvvv
      if ((conf->id == c->id) &&
            (conf->connectport == connectport) &&
            (conf->connectname) &&
            (!apr_strnatcasecmp(conf->connectname,connectname))) {
      [...]

When the connection ID's don't match, a new socket is created. The
message doesn't cover this case.

What browser are you using? (does it support keepalives?)

Regards,
Graham
-- 
-----------------------------------------
[EMAIL PROTECTED]               "There's a moon
                                        over Bourbon Street
                                                tonight..."

Reply via email to