-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
www/hs-http-semantics: update to http-semantics-0.3.0
## 0.3.0 * Breaking change: fillFileBodyGetNext takes Sentinel instead of IO () to close files on time. ## 0.2.1 * Add outBodyCancel to OutBodyIface [#11](kazu-yamamoto/http-semantics#11) * Documentation improvement. [#10](kazu-yamamoto/http-semantics#10) [#11](kazu-yamamoto/http-semantics#11) ## 0.2.0 * Introduce `responseStreamingIface` [#9](kazu-yamamoto/http-semantics#9) ## 0.1.2 * Avoid buffer overflow in fillBufBuilderOne [#4](kazu-yamamoto/http-semantics#4) ## 0.1.1 * Avoid buffer overflow in runStreamingBuilder [#3](kazu-yamamoto/http-semantics#3) ## 0.1.0 * Make it possible to guarantee that final DATA frame is marked end-of-stream. [#2](kazu-yamamoto/http-semantics#2) ## 0.0.1 * Defining getResponseBodyChunk'. [#1](kazu-yamamoto/http-semantics#1)
- Loading branch information
1 parent
8c916d6
commit ea7399d
Showing
4 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.2 2024/05/09 01:32:53 pho Exp $ | ||
# $NetBSD: Makefile,v 1.3 2025/01/30 16:24:19 pho Exp $ | ||
|
||
DISTNAME= http-semantics-0.0.0 | ||
PKGREVISION= 1 | ||
DISTNAME= http-semantics-0.3.0 | ||
CATEGORIES= www | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.1 2024/05/02 06:54:42 pho Exp $ | ||
$NetBSD: distinfo,v 1.2 2025/01/30 16:24:19 pho Exp $ | ||
|
||
BLAKE2s (http-semantics-0.0.0.tar.gz) = 3f43a2d538e0be5f665627097c7dbe6e393102135e77e0ca8b6712c3e3af3493 | ||
SHA512 (http-semantics-0.0.0.tar.gz) = dcc125f09096474ab57032889d3fdcde8d5a2e77785a12e0285ab08e625a1ee304938e6d04f408015ae8ea8707f32c0f2b4e92b93da90670b735fff1c222c5cb | ||
Size (http-semantics-0.0.0.tar.gz) = 12672 bytes | ||
BLAKE2s (http-semantics-0.3.0.tar.gz) = a19396c21f38005a6aee64ea13d9ea5db845e2aaeeee70380aa1aa0afe3b366a | ||
SHA512 (http-semantics-0.3.0.tar.gz) = 61174cadbd350b1eaa15fa36c8f87985f319e3743707e9b10837a6273663bb97eaa97e834e5272b29640ec6d20fd0924b5d5d0afc62e66768805c6eafebb4d57 | ||
Size (http-semantics-0.3.0.tar.gz) = 14927 bytes |