httplz/Cargo.lock
soup 29a2fd3c7f
return NeedMoreData when ContentLength and empty chunk
Otherwise, we get stuck in a loop if the buffer is empty
2024-10-14 23:22:48 -04:00

18 lines
261 B
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "uhttp"
version = "0.1.0"
dependencies = [
"uhttp-ext",
]
[[package]]
name = "uhttp-ext"
version = "0.1.0"
dependencies = [
"uhttp",
]