Changeset eb84747 in mod_gnutls for test/https-test-client.py
- Timestamp:
- Dec 7, 2019, 11:41:40 AM (17 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 3fbe087
- Parents:
- 0e069b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/https-test-client.py
r0e069b6 reb84747 65 65 sys.stdout.flush() 66 66 67 for test_conn in conns: 67 for i, test_conn in enumerate(conns): 68 if test_conn.description: 69 print(f'Running test connection {i}: {test_conn.description}') 70 sys.stdout.flush() 68 71 test_conn.run(timeout=args.timeout)
Note: See TracChangeset
for help on using the changeset viewer.