From d2f4f87065597e5b393056f366f3894b4331e1c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= Date: Thu, 30 May 2024 01:18:44 +0100 Subject: [PATCH] docs: small text added --- src/netius/common/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/netius/common/http.py b/src/netius/common/http.py index 35a64f09..91d041ab 100644 --- a/src/netius/common/http.py +++ b/src/netius/common/http.py @@ -463,7 +463,7 @@ def parse_closed(self): """ "Parses" the closed event, which may trigger a changed in state for very specific conditions, which is the case of a plain encoded - connection with no explicit content length defined. + connection with no explicit content length defined in HTTP/1.1 or older. In these situations the closing of a connection should be seen as the sending of a EOF character (with semantic value).