|
|||||||||||
|
Re: Cute little bug....
From: Graham Leggett <minfrin(at)sharp.fm>
Date: Tue Apr 10 2001 - 15:17:31 EDT "Victor J. Orlikowski" wrote: 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,
-- ----------------------------------------- minfrin@sharp.fm "There's a moon over Bourbon Street tonight..."Received on Tue Apr 10 19:34:54 2001 This archive was generated by hypermail 2.1.8 : Thu Aug 24 2006 - 14:53:15 EDT |
||||||||||
|
|||||||||||