Commit e0b760a
committed
www/hs-http2: update to http2-5.3.9
# ChangeLog for http2
## 5.3.9
* Using `ThreadManager` of `time-manager`.
## 5.3.8
* `forkManagedTimeout` ensures that only one asynchronous exception is
thrown. Fixing the thread leak via `Weak ThreadId` and `modifyTVar'`.
[#156](kazu-yamamoto/http2#156)
## 5.3.7
* Using `withHandle` of time-manager.
* Getting `Handle` for each thread.
* Providing allocSimpleConfig' to enable customizing WAI tiemout manager.
* Monitor option (-m) for h2c-client and h2c-server.
## 5.3.6
* Making `runIO` friendly with the new synchronism mechanism.
[#152](kazu-yamamoto/http2#152)
* Re-throwing asynchronous exceptions to prevent thread leak.
* Simplifying the synchronism mechanism between workers and the sender.
[#148](kazu-yamamoto/http2#148)
## 5.3.5
* Using `http-semantics` v0.3.
* Deprecating `numberOfWorkers`.
* Removing `unliftio`.
* Avoid `undefined` in client.
[#146](kazu-yamamoto/http2#146)
## 5.3.4
* Support stream cancellation
[#142](kazu-yamamoto/http2#142)
## 5.3.3
* Enclosing IPv6 literal authority with square brackets.
[#143](kazu-yamamoto/http2#143)
## 5.3.2
* Avoid unnecessary empty data frames at end of stream
[#140](kazu-yamamoto/http2#140)
* Removing unnecessary API from ServerIO
## 5.3.1
* Fix treatment of async exceptions
[#138](kazu-yamamoto/http2#138)
* Avoid race condition
[#137](kazu-yamamoto/http2#137)
## 5.3.0
* New server architecture: spawning worker on demand instead of the
worker pool. This reduce huge numbers of threads for streaming into
only 2. No API changes but workers do not terminate quicly. Rather
workers collaborate with the sender after queuing a response and
finish after all response data are sent.
* All threads are labeled with `labelThread`. You can see them by
`listThreas` if necessary.
## 5.2.6
* Recover rxflow on closing.
[#126](kazu-yamamoto/http2#126)
* Fixing ClientSpec for stream errors.
* Allowing negative window. (h2spec http2/6.9.2)
* Update for latest http-semantics
[#122](kazu-yamamoto/http2#124)
## 5.2.5
* Setting peer initial window size properly.
[#123](kazu-yamamoto/http2#123)
## 5.2.4
* Update for latest http-semantics
[#122](kazu-yamamoto/http2#122)
* Measuring performance concurrently for h2c-client
## 5.2.3
* Update for latest http-semantics
[#120](kazu-yamamoto/http2#120)
* Enable containers 0.7 (ghc 9.10)
[#117](kazu-yamamoto/http2#117)
## 5.2.2
* Mark final chunk as final
[#116](kazu-yamamoto/http2#116)1 parent 87d98f1 commit e0b760a
4 files changed
Lines changed: 15 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | 107 | | |
111 | 108 | | |
112 | 109 | | |
| |||
125 | 122 | | |
126 | 123 | | |
127 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | 134 | | |
138 | 135 | | |
139 | 136 | | |
| |||
158 | 155 | | |
159 | 156 | | |
160 | 157 | | |
161 | | - | |
162 | 158 | | |
163 | 159 | | |
164 | 160 | | |
| |||
171 | 167 | | |
172 | 168 | | |
173 | 169 | | |
174 | | - | |
175 | 170 | | |
176 | 171 | | |
177 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments