Re: httpd returns full body for HEAD requests to CGI scripts

2021-10-02 Thread Ross L Richardson
On Sat, Oct 02, 2021 at 09:02:39PM +0200, Sebastian Benoit wrote: >[...] > > Indeed, this should be handled better by httpd(8), i think. > Some more relevant information... RFC 3875 [The Common Gateway Interface (CGI) Version 1.1] in section 4.3.2 HEAD states: The HEAD method requests the

Re: httpd returns full body for HEAD requests to CGI scripts

2021-10-02 Thread Sebastian Benoit
Ross L Richardson(open...@rlr.id.au) on 2021.10.01 23:49:18 +1000: > On Fri, Oct 01, 2021 at 03:31:32PM +0200, Hiltjo Posthuma wrote: > >[...] > > To me it sounds like a feature. Assuming $REQUEST_METHOD is set to "HEAD" > > then > > the CGI script can decide what to do. > > > > So maybe it's

Fwd: Re: Dropped in an empty tty randomly

2021-10-02 Thread ASC
I found out the issue could be reproduced by ffplay'ing one of the OpenBSD's songs. I have applied your patch and compiled my own kernel, the issue seems to be gone. On Fri, Oct 1 2021 at 16:47:35 +1000, Jonathan Gray wrote: On Fri, Oct 01, 2021 at 08:27:48AM +0200, ASC wrote: >Synopsis:

Re: Fwd: Re: Dropped in an empty tty randomly

2021-10-02 Thread Jonathan Gray
On Sat, Oct 02, 2021 at 04:02:55PM +0200, ASC wrote: > > > I found out the issue could be reproduced by ffplay'ing one of the > OpenBSD's songs. > I have applied your patch and compiled my own kernel, the issue > seems to be gone. thanks, committed