mirror of
https://gitdab.com/cadence/breezewiki.git
synced 2026-03-05 13:40:27 -05:00
a2ec8bb9239a016d0a5ccaa304c5af926b5d2b0b
http-easy connections are pooled, and streaming responses does not automatically close the response (they are closed automatically in other situations). After 128 (the default) opened connections to fetch images, the pool ran out of connections, and future attempts would just time out waiting for a connection. Fixed by manually closing the connection at the correct time.
Description
Languages
Racket
92.1%
CSS
4.7%
JavaScript
3.2%