The Lambda Lab
/
projects
/
scratchy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c624d4
)
Replaced line buffering mode setting.
author
Tim Vaughan
<tgvaughan@gmail.com>
Wed, 28 Aug 2019 08:30:46 +0000
(10:30 +0200)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Wed, 28 Aug 2019 08:30:46 +0000
(10:30 +0200)
scratchy.scm
patch
|
blob
|
history
diff --git
a/scratchy.scm
b/scratchy.scm
index
46cf8a1
..
04a4d6e
100644
(file)
--- a/
scratchy.scm
+++ b/
scratchy.scm
@@
-41,7
+41,7
@@
root-dir host port display-footer user group blacklist blacklist-resp)
(define (run-server config)
-
;;
(set-buffering-mode! (current-output-port) #:line)
+ (set-buffering-mode! (current-output-port) #:line)
(let ((listener (tcp-listen (config-port config) 10 "::")))
(print "Gopher server listening on port " (config-port config) " ...")
(drop-privs config)