Changeset 006f91a in mod_gnutls
- Timestamp:
- Dec 21, 2019, 12:15:42 PM (15 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 05984a0
- Parents:
- 09774e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/mgstest/http.py
r09774e2 r006f91a 33 33 output_filter=None, 34 34 stderr_log=None, 35 timeout=socket. _GLOBAL_DEFAULT_TIMEOUT,35 timeout=socket.getdefaulttimeout(), 36 36 blocksize=8192): 37 37 super(HTTPSubprocessConnection, self).__init__(host, port, timeout,
Note: See TracChangeset
for help on using the changeset viewer.