ping. this is an easy one :-).
On Wed, Feb 2, 2022 at 3:25 PM Aleix Conchillo Flaqué
wrote:
> * doc/ref/web.texi (Web Server): need quasiquote to in order to evaluate
> AF_INET6.
> ---
> doc/ref/web.texi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/doc/ref/web.te
Aleix Conchillo Flaqué writes:
> * doc/ref/web.texi (Web Server): need quasiquote to in order to evaluate
> AF_INET6.
> ---
> -(run-server handler 'http '(#:family AF_INET6 #:port 8081))
> +(run-server handler 'http `(#:family ,AF_INET6 #:port 8081))
Looks good! Thank you! (this would have save