mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-03 13:53:37 +03:00
Update basic.py
This commit is contained in:
parent
99e2216813
commit
37a8ac818c
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ def test_https_server(hostname, port, proxy=None):
|
|||
cmdline.append(url)
|
||||
print('subprocess.run', ' '.join(cmdline))
|
||||
result = subprocess.run(cmdline, capture_output=True,
|
||||
timeout=1, text=True, encoding='utf-8')
|
||||
timeout=10, text=True, encoding='utf-8')
|
||||
print(result.stderr, end='')
|
||||
return 'Error code: 404' in result.stdout
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue