]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Update README.md
authorTom Christie <tom@tomchristie.com>
Wed, 17 Apr 2019 16:38:59 +0000 (17:38 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Apr 2019 16:38:59 +0000 (17:38 +0100)
README.md

index a43640b90be9ce926d49326a6e3af58a309b454b..f4c0c28534e06fc6cb32a5b101834195e450fae3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ A low-level async HTTP library.
 ## Proposed functionality
 
 * Support for streaming requests and responses. (Done)
-* Support for connection pooling. (Not done, but structure in place)
+* Support for connection pooling. (Done)
 * gzip, deflate, and brotli decoding. (Done)
 * SSL verification. (Done)
 * Proxy support. (Not done)