Created
April 14, 2019 15:31
-
-
Save saurabh-hirani/4725ad28721d8255bf800f9ab4b18cb7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# python3 test_grequests.py | |
2019-04-14 23:30:41,697 START | |
2019-04-14 23:30:41,721 Starting new HTTPS connection (1): localhost:8082 | |
2019-04-14 23:30:41,722 Starting new HTTPS connection (1): localhost:8082 | |
2019-04-14 23:30:41,723 Starting new HTTPS connection (1): localhost:8082 | |
2019-04-14 23:30:41,724 Starting new HTTPS connection (1): localhost:8082 | |
2019-04-14 23:30:41,725 Starting new HTTPS connection (1): localhost:8082 | |
2019-04-14 23:30:41,726 Starting new HTTPS connection (1): localhost:8082 | |
2019-04-14 23:30:41,727 Starting new HTTPS connection (1): localhost:8082 | |
2019-04-14 23:30:41,728 Starting new HTTPS connection (1): localhost:8082 | |
2019-04-14 23:30:41,729 Starting new HTTPS connection (1): localhost:8082 | |
2019-04-14 23:30:41,730 Starting new HTTPS connection (1): localhost:8082 | |
2019-04-14 23:30:42,749 https://localhost:8082 "GET /delay/1?page=3 HTTP/1.1" 200 302 | |
2019-04-14 23:30:43,755 https://localhost:8082 "GET /delay/1?page=1 HTTP/1.1" 200 302 | |
2019-04-14 23:30:44,762 https://localhost:8082 "GET /delay/1?page=0 HTTP/1.1" 200 302 | |
2019-04-14 23:30:45,768 https://localhost:8082 "GET /delay/1?page=4 HTTP/1.1" 200 302 | |
2019-04-14 23:30:46,770 https://localhost:8082 "GET /delay/1?page=2 HTTP/1.1" 200 302 | |
2019-04-14 23:30:47,774 https://localhost:8082 "GET /delay/1?page=5 HTTP/1.1" 200 302 | |
2019-04-14 23:30:48,779 https://localhost:8082 "GET /delay/1?page=7 HTTP/1.1" 200 302 | |
2019-04-14 23:30:49,781 https://localhost:8082 "GET /delay/1?page=6 HTTP/1.1" 200 302 | |
2019-04-14 23:30:50,782 https://localhost:8082 "GET /delay/1?page=9 HTTP/1.1" 200 302 | |
2019-04-14 23:30:51,786 https://localhost:8082 "GET /delay/1?page=8 HTTP/1.1" 200 302 | |
[<Response [200]>, <Response [200]>, <Response [200]>, <Response [200]>, <Response [200]>, <Response [200]>, <Response [200]>, <Response [200]>, <Response [200]>, <Response [200]>] | |
2019-04-14 23:30:51,788 END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment