From f13ebb7d1fe5e68507718e38a31849dfe1d327fa Mon Sep 17 00:00:00 2001 From: Bjorn Hansen <105401735+bjornbyte@users.noreply.github.com> Date: Tue, 29 Oct 2024 12:32:43 -0700 Subject: [PATCH] Update README.md - clarify timeout toxic behavior The code for the timeout toxic when timeout is set to zero simply reads from the input and then if it gets some data just has a comment: "// Drop the data on the ground". This change updates the docs do indicate the data is dropped, not delayed, until the texic is removed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e5676f8..4656bd41 100644 --- a/README.md +++ b/README.md @@ -413,7 +413,7 @@ Attributes: #### timeout Stops all data from getting through, and closes the connection after `timeout`. If -`timeout` is 0, the connection won't close, and data will be delayed until the +`timeout` is 0, the connection won't close, and data will be dropped until the toxic is removed. Attributes: