Fixing typo re: pull request 156
This commit is contained in:
parent
43f99839c2
commit
23816b496d
|
@ -85,7 +85,8 @@
|
|||
#:initial-connection-timeout [initial-connection-timeout 60])
|
||||
(define shutdowns
|
||||
(map (lambda (port)
|
||||
(serve #:dispatch dispatch
|
||||
(serve
|
||||
#:dispatch dispatch
|
||||
#:confirmation-channel confirmation-channel
|
||||
#:connection-close? connection-close?
|
||||
#:tcp@ tcp@
|
||||
|
@ -108,7 +109,8 @@
|
|||
(define shutdowns
|
||||
(map (match-lambda
|
||||
[(list-rest listen-ip ports)
|
||||
(serve #:dispatch dispatch
|
||||
(serve/ports
|
||||
#:dispatch dispatch
|
||||
#:confirmation-channel confirmation-channel
|
||||
#:connection-close? connection-close?
|
||||
#:tcp@ tcp@
|
||||
|
|
Loading…
Reference in New Issue
Block a user