Download raw body.
gotwebd request logging
Stefan Sperling <stsp@stsp.name> wrote: > On Fri, Dec 06, 2024 at 04:11:05PM +1100, Mark Jamsek wrote: > > Stefan Sperling <stsp@stsp.name> wrote: > > > Make gotwebd log requests at -v verbosity. > > > > > > ok? > > > > ok for the change but three lines exceed 80 columns; suggested reflow > > annotated inline (although wrapping at the comparison operator always > > looks awkward to me so whichever way you like is ok for me :) > > Ah, indeed, thanks. I've rewrapped all those lines like this > before comitting it: Even better! Thanks :) > > if (c->server_name[0] && > stravis(&server_name, c->server_name, VIS_SAFE) == -1) { -- Mark Jamsek <https://bsdbox.org> GPG: F2FF 13DE 6A06 C471 CA80 E6E2 2930 DC66 86EE CF68
gotwebd request logging