bitbot-3.11-fork/src/utils
jesopo ee6360be22 don't check already-read data when checking for too-large requests
this check was here because the first read will return empty if it was an
invalid byte sequence for e.g. gzip because we needed to receive more data. the
second read will always return data (not decoded) so regardless of what the
already-read data is, the second read is the only criteria we need.
2019-09-17 17:33:23 +01:00
..
irc 'seperate_hostmask()' -> 'parse_hostmask()' 2019-09-16 18:43:57 +01:00
__init__.py add .get() to CaseInsensitiveDict 2019-09-17 13:40:37 +01:00
_consts_256_color.py Add src/utils/_consts_256_color.py that should have been added 2 commits ago 2019-01-16 11:25:40 +00:00
cli.py Remove mention of ipv4 - detect address family automatically 2019-05-21 10:11:09 +01:00
consts.py switch to function/module magic being a single object 2019-07-26 11:58:06 +01:00
http.py don't check already-read data when checking for too-large requests 2019-09-17 17:33:23 +01:00
parse.py Fix utils.parse.hashflags type hints 2019-05-25 21:42:42 +01:00
security.py Change arg types of constant_time_compare to typing.AnyStr (utils.security) 2019-02-12 11:59:55 +00:00