Path to this page:
./
www/hs-http2,
HTTP/2 library
Branch: CURRENT,
Version: 5.2.1nb1,
Package name: hs-http2-5.2.1nb1,
Maintainer: phoHTTP/2 library including frames, priority queues, HPACK, client and
server.
Master sites:
Filesize: 5369.002 KB
Version history: (Expand)
- (2024-05-09) Updated to version: hs-http2-5.2.1nb1
- (2024-05-02) Updated to version: hs-http2-5.2.1
- (2023-11-02) Updated to version: hs-http2-4.2.2nb1
- (2023-10-29) Updated to version: hs-http2-4.2.2
- (2023-10-09) Updated to version: hs-http2-3.0.3nb4
- (2023-02-09) Updated to version: hs-http2-3.0.3nb3
CVS history: (Expand)
2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137) |
Log message:
Recursive revbump after changing the default Haskell compiler
|
2024-05-02 08:59:49 by Masatake Daimon | Files touched by this commit (4) |
Log message:
www/hs-http2: Update to 5.2.1
5.2.1
Using time-manager v0.1.0. #115
5.2.0
Using http-semantics #114
Header of http-types should be used as high-level header.
TokenHeader of http-semantics should be used as low-level header.
Breaking change: encodeHeader takes Header of http-types.
Breaking change: decodeHeader returns Header of http-types.
Breaking change: HeaderName as ByteString is removed.
5.1.4
Using network-control v0.1.
5.1.3
Defining SendRequest type synonym. #111
5.1.2
Make ping rate limit configurable #108
5.1.1
Deal with RST_STREAM in HalfClosedLocal state #107
5.1.0
Drop frames after reset #106
BREAKING CHANGE: Use String for Authority #105
Properly close streams #104
5.0.1
Allowing bytestring 0.12.
5.0.0
Using the network-control package.
The limits of resources can be specified in ServerConfig and ClientConfig.
Open streams based on peer's MaxStreams.
Rejecting Data if it is over the receiving limit.
Informing MaxStreams properly.
Informing WindowUpdate properly.
New API: Server.Internal.runIO and Client.Internal.runIO.
|
2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141) |
Log message:
Revbump all Haskell after updating lang/ghc96
|
2023-10-29 19:38:03 by Masatake Daimon | Files touched by this commit (4) |
Log message:
www/hs-http2: Update to 4.2.2
4.2.2
* Adding rate limit for RST_STREAM to work around CVE-2023-44487. #94
4.2.1
* This version is identical to v4.2.0 by accident.
4.2.0
* Treating HALF_CLOSED_LOCAL correctly. #90
* Ensuring that GOAWAY is sent after DATA in the client side. #89
* Test uses a random port instead of 8080.
* Breaking change: adding two optional SockAddrs to Config to be copied
into Aux.
* Close all streams on termination. #83
* Introducing OutBodyStreamingUnmask #80
* Introducing KilledByHttp2ThreadManager instead of ThreadKilled. #79 #81
#82
* Handle RST_STREAM with NO_ERROR. #78
* Internal changes: #74
* Breaking change: Client is generalized into (forall b. Request ->
(Response -> IO b) -> IO b) -> IO a. The RankNTypes language extension is
required. #72
4.1.3
* Using crypton instead of cryptonite.
4.1.2
* Removing the race of frameSender and frameReceiver in the server
side. This fixes the loss of RST_Stream and TLS bad MAC error. #67
4.1.1
* Fixing memory-blow-up due to no flow control. #62 #66
4.1.0
* Implementing streaming from the client side. #41
* Making use of SettingsMaxFrameSize #44 #57
* Disabling flow control #55
* Fixing buffer overrun by trailers #52
* Proper use of settings
* Breaking change: the data structure of Next was changed. The http3
package is influenced.
4.0.0
* Breaking change: HTTP2Error is redefined.
* Breaking change: FrameTypeId, SettingsKeyId and ErrorCodeId are
removed. Use FrameType, SettingsKey and ErrorCode instead.
* A client can receive a concrete HTTP2Error.
* Catching up RFC 9113. Host: and :authority cannot disagree.
* Breaking change: Network.HTTP2 and Network.HTTP2.Priority are removed.
* Breaking change: obsoleted stuff are removed.
|
2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988) |
Log message:
Bump Haskell packages after updating lang/ghc94
|
2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872) |
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
|
2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575) |
Log message:
revbump after changing the default Haskell compiler
|
2022-02-12 06:05:55 by Masatake Daimon | Files touched by this commit (3) |
Log message:
Update to http2-3.0.3
3.0.3
* Return correct status messages in HTTP2 client
(#31)[https://github.com/kazu-yamamoto/http2/pull/31]
* Follow changes in Aeson 2
(#32)[https://github.com/kazu-yamamoto/http2/pull/32]
* Make sure connection preface is always sent first
(#33)[https://github.com/kazu-yamamoto/http2/pull/33]
* Avoid empty data (#34)[https://github.com/kazu-yamamoto/http2/pull/34]
3.0.2
* Skip inserting entries that do not fit in the encoding table
(#28)[https://github.com/kazu-yamamoto/http2/pull/28]
|