This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
18
unikernel/duniverse/httpun/CHANGES.md
Normal file
18
unikernel/duniverse/httpun/CHANGES.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
0.2.0 2024-09-04
|
||||
--------------
|
||||
|
||||
- client: report exceptions before closing the response body
|
||||
([#135](https://github.com/anmonteiro/httpun/pull/135))
|
||||
- server: process requests after EOF
|
||||
([#136](https://github.com/anmonteiro/httpun/pull/136))
|
||||
- surface (body) write errors through `flush`
|
||||
([#138](https://github.com/anmonteiro/httpun/pull/138))
|
||||
- `Body.Writer.flush` now takes a callback of the type
|
||||
``([ `Written | ` Closed] -> unit)``, informing the caller whether the
|
||||
previous writes have been written or whether the output channel was
|
||||
closed.
|
||||
|
||||
0.1.0 2024-06-08
|
||||
--------------
|
||||
|
||||
- Initial public release
|
||||
Loading…
Add table
Add a link
Reference in a new issue