Sujet : Re: Apache + mod_php performance
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 02. Oct 2024, 22:58:35
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vdkfma$3d48j$3@dont-email.me>
References : 1 2 3 4 5 6 7 8
User-Agent : Pan/0.160 (Toresk; )
On Wed, 2 Oct 2024 10:09:23 -0400, Arne Vajhøj wrote:
On 10/1/2024 5:34 PM, Lawrence D'Oliveiro wrote:
>
On Tue, 1 Oct 2024 16:17:18 -0400, Arne Vajhøj wrote:
>
It does not really make any sense for the test client to send
"Connection: close".
I think you’re right, but it still should be closing the connection
cleanly, so the server side can get notification of that.
Browsers doesn't ...
I’m sure they do.
I have a Websocket test somewhere, which I wrote to detect when a browser
closes a window/tab, because the Websocket connection gets closed at that
point. That does work.