Merge branch 'sofia/async-http-body' into sofia/async-http-h1

This commit is contained in:
Sofia Rodrigues
2026-03-03 08:31:44 -03:00
2 changed files with 1 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ instance : Writer Full where
instance : Writer Empty where
send _ _ _ := throw <| .userError "cannot send"
close _ := pure ()
isClosed _ := pure false
isClosed _ := pure true
hasInterest _ := pure false
getKnownSize _ := pure (some (.fixed 0))
setKnownSize _ _ := pure ()

View File

@@ -6,7 +6,6 @@ Authors: Sofia Rodrigues
module
prelude
import Std.Tactic.BVDecide
public import Init.Data.String
@[expose]