Commit a80c3da3 authored by wang's avatar wang

wn test

parent 32980f5f
...@@ -192,7 +192,7 @@ while True: ...@@ -192,7 +192,7 @@ while True:
# #
# if platform.uname().system == 'Darwin': # if platform.uname().system == 'Darwin':
total += 1 total += 1
response = session.post(url, headers=headers, json=data, insecure_skip_verify=True) response = session.post(url, headers=headers, json=data, insecure_skip_verify=True, timeout_seconds=5)
logger.info(f'tls:{tlsV} proxy:{proxy} res:: {response.status_code}') logger.info(f'tls:{tlsV} proxy:{proxy} res:: {response.status_code}')
if response.status_code != 403: if response.status_code != 403:
success += 1 success += 1
......
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment