Re: [PATCH] web: Support reading chunked request bodies.

2023-07-24 Thread Maxime Devos
Op 20-07-2023 om 16:02 schreef Christopher Baines: Guile already supports chunked response bodies, but chunked request bodies are allowed as well. This is useful when you're sending an unknown amount of data in the request. At last, Guile can now be used to write servers to which large thing

Re: [PATCH] Allow specifying the socket style for open-socket-for-uri.

2023-07-24 Thread Maxime Devos
Op 20-07-2023 om 16:08 schreef Christopher Baines: Since this allows specifying additional behaviours for the socket through using SOCK_CLOEXEC and/or SOCK_NONBLOCK (when bitwise or'ed with SOCK_STREAM). Note that Guile/guile-gnutls currently doesn't support performing the TLS handshake on a n