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:
parent
8628a68b0f
commit
b877b64eb8
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ initial connection on which HTTP requests are sent."
|
||||||
(()
|
(()
|
||||||
(match (drop requests processed)
|
(match (drop requests processed)
|
||||||
(()
|
(()
|
||||||
(reverse result))
|
result)
|
||||||
(remainder
|
(remainder
|
||||||
(connect port remainder result))))
|
(connect port remainder result))))
|
||||||
((head tail ...)
|
((head tail ...)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue