This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Response bodies scale linearly. The v3.0.0 `hc_recv_response` accumulated the HTTP response by re-joining a growing string on every record and re-joining a growing string on every byte within each record — two layers of `join "" [acc, chunk]` making total work O(body_len²). Practical bodies capped at ~64 KB before walltime exploded.
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.