"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Stefan Sperling <stsp@stsp.name>
Subject:
Re: gotwebd request logging
To:
Mark Jamsek <mark@jamsek.com>
Cc:
gameoftrees@openbsd.org
Date:
Fri, 6 Dec 2024 08:29:33 +0100

Download raw body.

Thread
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:


		if (c->server_name[0] &&
		    stravis(&server_name, c->server_name, VIS_SAFE) == -1) {