Remove reverse from the copy of http-multiple-get

This makes assumptions about the return value of the provided procedure, and
fails if it doesn't return a list.
This commit is contained in:
Christopher Baines 2019-12-26 23:01:34 +00:00
parent 8628a68b0f
commit b877b64eb8

View file

@ -95,7 +95,7 @@ initial connection on which HTTP requests are sent."
(()
(match (drop requests processed)
(()
(reverse result))
result)
(remainder
(connect port remainder result))))
((head tail ...)