summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/main/java/com/yahoo/jdisc/http/server/jetty/HealthCheckProxyHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Make proxy client timeout configurableBjørn Christian Seime2020-05-201-21/+23
* Ignore local port reported from proxy-protocol headerBjørn Christian Seime2020-04-301-1/+2
* Handle SslConnectionFactory wrapped in DetectorConnectionFactoryBjørn Christian Seime2020-03-051-0/+3
* Close all connections on ssl handshake failureBjørn Christian Seime2020-02-191-2/+10
* Specify default request timeoutsBjørn Christian Seime2020-02-191-0/+8
* Use persisent connectionsBjørn Christian Seime2020-02-191-3/+1
* State the configuration and purpose of health check proxy in the logBjørn Christian Seime2020-01-281-1/+7
* Only use a client certificate if requiredBjørn Christian Seime2020-01-281-5/+25
* Upgrade Apache httpclient+httpcore to newest versionBjørn Christian Seime2020-01-101-1/+1
* Revert "Bjorncs/java deps cleanup"Harald Musum2020-01-101-1/+1
* Upgrade Apache httpclient and httpcore to newest versionBjørn Christian Seime2020-01-091-1/+1
* Specify user agentBjørn Christian Seime2019-09-241-0/+1
* Only allow proxying https portsBjørn Christian Seime2019-08-151-4/+3
* Add health check proxy support to jdisc connectorsBjørn Christian Seime2019-08-151-0/+156