summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/main/java/com/yahoo/jdisc/http/server/jetty/HealthCheckProxyHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Remove the jdisc_http_service module.gjoranv2021-03-231-274/+0
* Move classes '.core' to '.server.jetty'Bjørn Christian Seime2021-02-241-1/+1
* Add back response header that was accidentally removedBjørn Christian Seime2020-10-211-0/+1
* Mark request as handledBjørn Christian Seime2020-10-211-0/+1
* Reimplement HealthCheckProxyHandler as an asynchronous handlerBjørn Christian Seime2020-10-211-24/+93
* Revert "Reimplement HealthCheckProxyHandler as an asynchronous handler"Bjørn Christian Seime2020-10-211-95/+24
* Revert "Add suffix in thread name. Combine return statement + assignment."Bjørn Christian Seime2020-10-211-2/+4
* Add suffix in thread name. Combine return statement + assignment.Bjørn Christian Seime2020-10-211-4/+2
* Reimplement HealthCheckProxyHandler as an asynchronous handlerBjørn Christian Seime2020-10-201-24/+95
* Revert "Revert "Bjorncs/health check proxy https""Bjørn Christian Seime2020-10-151-15/+20
* Revert "Bjorncs/health check proxy https"Arnstein Ressem2020-10-151-20/+15
* Use node cert for health checks to port with 'need' client authBjørn Christian Seime2020-10-141-15/+20
* Don't log failed requests as infoBjørn Christian Seime2020-09-211-2/+1
* Remove feature flag 'jdisc-health-check-proxy-client-timeout'Bjørn Christian Seime2020-07-091-3/+0
* Log failed requests as 'info' instead of 'warning'Bjørn Christian Seime2020-07-071-1/+1
* 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