Kelvin You

Results 7 comments of Kelvin You

Got the same problem on 3.13. ``` weyou@omv:~$ docker run -ti --rm alpine:3.13 sh / # nslookup -type=A github.com Server: 172.16.20.1 Address: 172.16.20.1:53 Non-authoritative answer: Name: github.com Address: 192.30.255.113 /...

Suggest adding the connection retry for errno.ECONNABORTED.

Great review. @temoto I have completed a new cookie handler according to your suggestion. I will update the PR later. BTW, where should I add the test? All the following...

> Super, thanks. It's going to be the best cookie implementation. > > There is only few more things to change and you can leave to me if you think...

> Removing `_match_path`, `_match_domain`, `get_header` from CookieJar is the last important change to be made. Sorry I understand your position but disagree. You have done incredible work. 👍 @temoto I...