Skip to content

Commit

Permalink
Update CHANGES
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
  • Loading branch information
mseri committed Jun 8, 2022
1 parent 81539d0 commit 72d6648
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## Unreleased
- New curl based clients (@rgrinberg #813)
- New eio based client and server on top of the http library (bikallem #857)
- New curl based clients (rgrinberg #813)
+ cohttp-curl-lwt for an Lwt backend
+ cohttp-curl-async for an Async backend
- Completely new Parsing layers for servers (@anuragsoni #819)
- Completely new Parsing layers for servers (anuragsoni #819)
+ Cohttp now uses an optimized parser for requests.
+ The new parser produces much less temporary buffers during read operations
in servers.
Expand Down

0 comments on commit 72d6648

Please sign in to comment.