We should send the right line-ending in our requests - holymoly - A tor enabled… | |
git clone git://vernunftzentrum.de/holymoly.git | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 97785e927c073a76cee25dc3b35fdc8baaa2ef9a | |
parent 24141c4a83cd1cd82a13526dc47bb54bde811d93 | |
Author: Christian Kellermann <[email protected]> | |
Date: Fri, 27 Apr 2018 13:20:32 +0200 | |
We should send the right line-ending in our requests | |
Diffstat: | |
holymoly.scm | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/holymoly.scm b/holymoly.scm | |
@@ -157,7 +157,7 @@ | |
(connect/socksv5 (car (proxy)) (cdr (proxy)) se… | |
(receive (i o) (tcp-connect server port) (value… | |
(new-status "connected.") | |
- (display (string-append resource (string #\linefeed #\return)) o) | |
+ (display (string-append resource (string #\return #\linefeed)) o) | |
(let ((response (if until-eof? | |
(read-u8vector #f i) | |
(butlast (read-lines i))))) |