Re: Lingering close + unwritten data == failed connections

2020-10-28 Thread Joe Orton
On Wed, Oct 21, 2020 at 05:17:01PM +0100, Adam Hill wrote: > On Linux at least, you can see how much unsent data remains by querying the > SIOCOUTQ ioctl, so the mitigation would be to check to see that ANY data > was draining at all, and if so ( and there's some left ) extend the > lingering close

Suggestion case fix in htpasswd

2020-10-28 Thread Jakob Breivik Grimstveit
Dear developers, I stumbled across inconsistent use of upper- and lowercase based on usage of the htpasswd program. https://github.com/jakobbg/httpd/commit/aa72c0e25f359372be3d7e577306fd5344ef52e0.diff This is of course just a friendly suggestion from me, but I suggest this to be applied to the