FlorianREGAZ / Python-Tls-Client

Advanced HTTP Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug, different response content

michaelx1993 opened this issue · comments

https://sf16-sg.tiktokcdn.com/obj/eden-sg/uvkuhyieh7lpqpbj/pwa/192x192-1.png

if you request to this image url with requqests and tls_client.Session() , you will get different response.

and the png response from tls-client doesn't work.

request image resource use requests

   import requests

This pull request fixes the problem:
#116