guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#53389] [PATCH 1/9] tests: Support arbitrary HTTP request handlers.


From: Maxime Devos
Subject: [bug#53389] [PATCH 1/9] tests: Support arbitrary HTTP request handlers.
Date: Sat, 22 Jan 2022 19:08:10 +0100
User-agent: Evolution 3.38.3-1

Maxime Devos schreef op do 20-01-2022 om 13:08 [+0000]:
> -      (when (null? responses)
> -        (quit #t))                                ;exit the server thread
> +      (when (last-response?)
> +        (throw 'quit))

(quit #t) can be preserved here (TBD in v2)

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]