packages feed

http2 2.0.3 → 2.0.4

raw patch · 3 files changed

+8/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,3 +1,7 @@+## 2.0.4++* Freeing dynamic tables.+ ## 2.0.3  * Using shutdown instead of close in the example. This is important to
Network/HTTP2/Server/Context.hs view
@@ -58,7 +58,9 @@                      <*> newTVarIO defaultInitialWindowSize  clearContext :: Context -> IO ()-clearContext _ctx = return ()+clearContext ctx = do+    clearDynamicTable $ encodeDynamicTable ctx+    clearDynamicTable $ decodeDynamicTable ctx  ---------------------------------------------------------------- 
http2.cabal view
@@ -1,5 +1,5 @@ Name:                   http2-Version:                2.0.3+Version:                2.0.4 Author:                 Kazu Yamamoto <kazu@iij.ad.jp> Maintainer:             Kazu Yamamoto <kazu@iij.ad.jp> License:                BSD3