On Mon, 15 Dec 2025 11:54:08 +0530 Mayuresh <[email protected]> wrote:
> NOTE: This library uses 'blocking' socket I/O. If you are looking > for a library with 'non-blocking' socket I/O, this is not the one > that you want. A non-blocking library would allow a single thread to handle multiple connections or perform other work. I don't think it would have any impact on the HTTP performance for a single connection.
