Re: [pve-devel] [PATCH-SERIES http-server 0/3] fix disconnecting clients

2025-04-08 Thread Thomas Lamprecht
On Tue, 08 Apr 2025 16:20:11 +0200, Fiona Ebner wrote: > Commit 07e56cc ("fix unexpected EOF for client when closing TLS > session") added a call to stoptls() before the call to shutdown() for > the handle's file descriptor. However, the documentation for > AnyEvent[0] mentions for stoptls(): > >

[pve-devel] [PATCH-SERIES http-server 0/3] fix disconnecting clients

2025-04-08 Thread Fiona Ebner
Commit 07e56cc ("fix unexpected EOF for client when closing TLS session") added a call to stoptls() before the call to shutdown() for the handle's file descriptor. However, the documentation for AnyEvent[0] mentions for stoptls(): > This method may invoke callbacks (and therefore the handle might