Subj : exec/load/http.js To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Sun May 07 2023 06:11 pm https://gitlab.synchro.net/main/sbbs/-/commit/088b87a4b8c8e2e43a88af2d Modified Files: exec/load/http.js Log Message: Support recv_timeout argument to HTTPRequest constructor, default: 60 (seconds) Use this time-out value for calls to recv() and recvline() rather than a mix of default and hard-coded values. If unspecified, uses a default of 60 seconds. This fixes issue #562 .