Remove httpurl.HEADER_ENCODING

Unused since:
d91a32822 ("Remove strformat.unicode_safe() and strformat.url_unicode_split()", 2020-07-07)
This commit is contained in:
Chris Mayo 2021-12-06 19:34:31 +00:00
parent b6d97be46c
commit 0325ecd73f

View file

@ -46,8 +46,6 @@ from . import internpaturl, proxysupport
from .const import WARN_HTTP_EMPTY_CONTENT, WARN_URL_RATE_LIMITED
from requests.sessions import REDIRECT_STATI
# assumed HTTP header encoding
HEADER_ENCODING = "iso-8859-1"
HTTP_SCHEMAS = ('http://', 'https://')
# match for robots meta element content attribute