summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorKristján Valur Jónsson <sweskman@gmail.com>2023-02-06 19:25:10 +0000
committerGitHub <noreply@github.com>2023-02-06 21:25:10 +0200
commite7306aae64b728fc6d894faed046960de76710c4 (patch)
tree82fe75e5bcdd98db47ac4fa23efd7d09a7d1f15d /CHANGES
parent9e00b91e1b181af666c58acaf2fcd3b1b8194889 (diff)
downloadredis-py-e7306aae64b728fc6d894faed046960de76710c4.tar.gz
Fix issue 2349: Let async HiredisParser finish parsing after a Connection.disconnect() (#2557)
* A failing unittest * Do not clear the redis-reader's state when we disconnect so that it can finish reading the final message * Test that reading a message of two chunks after a disconnect() works. * Add Changes * fix typos
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 09babb7..e83660d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,4 @@
+ * Add test and fix async HiredisParser when reading during a disconnect() (#2349)
* Use hiredis-py pack_command if available.
* Support `.unlink()` in ClusterPipeline
* Simplify synchronous SocketBuffer state management