Changeset c7f83a3 in mod_gnutls for test/https-test-client.py
- Timestamp:
- Dec 12, 2019, 7:08:47 AM (13 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 4459cdd
- Parents:
- c96a965
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/https-test-client.py
rc96a965 rc7f83a3 50 50 os.environ['TEST_PORT'] = args.port 51 51 52 run_test_conf(args.test_config, args.timeout) 53 args.test_config.close() 52 try: 53 run_test_conf(args.test_config, args.timeout) 54 finally: 55 args.test_config.close()
Note: See TracChangeset
for help on using the changeset viewer.