diff --git a/httpbin/helpers.py b/httpbin/helpers.py index 96367cf..181dc7f 100644 --- a/httpbin/helpers.py +++ b/httpbin/helpers.py @@ -49,7 +49,8 @@ ENV_HEADERS = ( 'X-Forwarded-Port', 'X-Request-Id', 'Via', - 'Total-Route-Time' + 'Total-Route-Time', + 'Connect-Time' ) ROBOT_TXT = """User-agent: *