sftcd

Results 197 comments of sftcd

Thanks for the comments, will process those in a few hours...

We're looking now at how to best handle the CI setup we have at https://github.com/defo-project now that lighttpd has ECH code in upstream and we're still in the process of...

Will fix initial CI things in a while, gonna be afk for an hour or two now.

Yeah, I'll take hints/advice on that style check failure:-) Seems like fixing it might cause a similar error in a `no-ech` build but there's probably a good answer.

I think the push above fixes all the issues raised by @t8m today except for the `PACKET_replace` one. I'll look into that a bit more in a while.

Thanks folks - responses in an hour or two from now.

pushed changes for the easy things above; that may cause CI fails, will look at those in a bit, then the two things to trace out

Had a look at the `PACKET_replace` thing, and yes the `pkt` memory is ultimately the pointer `s->init_msg` which is a pointer into `s->init_buf->data` and TBH following all the details isn't...

push above should address the 3 @t8m things from just now

push above addresses @mattcaswell comments from last 24 hours, though not the `PACKET_replace` one yet until #27776 is merged.