Skip to content

Commit

Permalink
docs: small text added
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 30, 2024
1 parent bea8295 commit d2f4f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netius/common/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit d2f4f87

Please sign in to comment.