diff options
-rw-r--r-- | rpkid/rpki/https.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpkid/rpki/https.py b/rpkid/rpki/https.py index 73644a55..b34883b7 100644 --- a/rpkid/rpki/https.py +++ b/rpkid/rpki/https.py @@ -48,8 +48,8 @@ debug_http = False debug_tls_certs = False # Whether we want persistent HTTP streams, when peer also supports them -want_persistent_client = True -want_persistent_server = True +want_persistent_client = False +want_persistent_server = False # Default HTTP connection timeouts. Given our druthers, we'd prefer # that the client close the connection, as this avoids the problem of |