mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
parent
bfff45d611
commit
740c730086
2 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ __all__ = ["NNTP",
|
|||
]
|
||||
|
||||
# maximal line length when calling readline(). This is to prevent
|
||||
# reading arbitrary lenght lines. RFC 3977 limits NNTP line length to
|
||||
# reading arbitrary length lines. RFC 3977 limits NNTP line length to
|
||||
# 512 characters, including CRLF. We have selected 2048 just to be on
|
||||
# the safe side.
|
||||
_MAXLINE = 2048
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue