Changeset 3039495 in mod_gnutls


Ignore:
Timestamp:
Dec 27, 2019, 2:10:34 PM (3 years ago)
Author:
Fiona Klute <fiona.klute@…>
Branches:
asyncio, main, master, proxy-ticket
Children:
6615d91
Parents:
0909c92
Message:

Write TLS connection log for HTTP/1.0 requests to stdout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/mgstest/tests.py

    r0909c92 r3039495  
    279279            outs, errs = proc.communicate()
    280280
     281        print(errs.decode())
    281282        if conn_log:
    282283            print(errs.decode(), file=conn_log)
Note: See TracChangeset for help on using the changeset viewer.