Fix interaction tree demos and HTTP recv 4096
This commit is contained in:
@@ -152,7 +152,7 @@ responseForMethod = (method resp :
|
||||
-- ---------------------------------------------------------------------------
|
||||
|
||||
recvUntilMax_ = (y (self sock pattern maxBytes acc accLen :
|
||||
onResult_ (recv sock 1)
|
||||
onResult_ (recv sock 4096)
|
||||
(err :
|
||||
pure (err 400 acc))
|
||||
(chunk :
|
||||
|
||||
Reference in New Issue
Block a user