Commit6fe35c36Recorded30 Jun 2026Repositorysigil-http

Bump sigil-http to 0.16.4

Message

Framing-aware response read (terminate on Content-Length / chunked terminator / body-less status instead of waiting for connection close), fixing the hang/duplicate-send class of bug.

Changed
 package.sgl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Diff
package.sglmodified
@@ -5,7 +5,7 @@
5
6
(package
7
name: "sigil-http"
8
version: "0.16.3"
+8
version: "0.16.4"
9
sigil: "^0.16"
10
description: "HTTP client and server library for Sigil"
11
url: "https://codeberg.org/sigil/sigil-http"