We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6fe496 commit 86368f1Copy full SHA for 86368f1
src/Std/Internal/Http/Protocol/H1/Parser.lean
@@ -219,7 +219,7 @@ public inductive TakeResult
219
| complete (data : ByteSlice)
220
| incomplete (data : ByteSlice) (remaining : Nat)
221
222
-/-
+/--
223
This function parses a single chunk in chunked transfer encoding
224
-/
225
public def parseChunk (limits : H1.Config) : Parser (Option (Nat × Array (String × Option String) × ByteSlice)) := do
0 commit comments