mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-02 03:44:43 +00:00
Set http connection charset.
This commit is contained in:
parent
098dede12c
commit
be59802569
1 changed files with 1 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ class HttpUrl (internpaturl.InternPatternUrl, proxysupport.ProxySupport):
|
|||
request = self.build_request()
|
||||
self.send_request(request)
|
||||
self.follow_redirections(request)
|
||||
self.charset = self.url_connection.apparent_encoding
|
||||
self.check_response()
|
||||
|
||||
def build_request(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue