From 6acdfb8131df426a577944bc786dc8c0570d34cb Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 16 Apr 2019 12:21:52 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2fc1b34..a43640b9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A low-level async HTTP library. * Support for streaming requests and responses. (Done) * Support for connection pooling. (Not done, but structure in place) -* gzip, deflate, and brotli decoding. (Not done, but structure in place. Easy one to pick off now.) +* gzip, deflate, and brotli decoding. (Done) * SSL verification. (Done) * Proxy support. (Not done) * HTTP/2 support. (Not done)