Subj : exec/load/http.js To : CVS commit From : echicken Date : Tue Jul 21 2020 09:31 pm exec/load http.js 1.46 1.47 Update of /cvsroot/sbbs/exec/load In directory cvs:/tmp/cvs-serv24583 Modified Files: http.js Log Message: Shitty hack on previous commit. Amended HTTPRequest.follow_redirects to be a number instead of boolean. var h = new HTTPRequest(); h.follow_redirects = 1; // We'll follow this many redirects .