Fix interaction tree demos and HTTP recv 4096

This commit is contained in:
2026-09-08 15:51:28 -05:00
parent d54ad558a8
commit 18da2923e0
10 changed files with 10 additions and 10 deletions

View File

@@ -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 :