Consistently use non-blocking

This commit is contained in:
Christopher Baines 2024-12-28 10:43:00 +00:00
parent 4e564b4814
commit 7e55db0de7
3 changed files with 5 additions and 5 deletions

View file

@ -26,6 +26,6 @@
(response-code
(http-get
uri
#:port (nonblocking-open-socket-for-uri uri)))))))
#:port (non-blocking-open-socket-for-uri uri)))))))
(display "non-blocking test finished successfully\n")