summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/main/java/com/yahoo/jdisc/http/server/jetty/HttpRequestDispatch.java
Commit message (Expand)AuthorAgeFilesLines
* Remove the jdisc_http_service module.gjoranv2021-03-231-243/+0
* Move classes '.core' to '.server.jetty'Bjørn Christian Seime2021-02-241-1/+1
* Add helper method to rethrow checked as uncheckedBjørn Christian Seime2020-12-021-1/+1
* Revert "Bjorncs/cluster controller reindexing status"Jon Marius Venstad2020-12-021-1/+1
* Add helper method to rethrow checked as uncheckedBjørn Christian Seime2020-12-011-1/+1
* Support default request/response filters per connectorBjørn Christian Seime2020-11-171-1/+1
* Prepare FilterBindings to allow default filter chains and metricsBjørn Christian Seime2020-11-131-1/+1
* Rename 'MetricReporter' => 'RequestMetricReporter'Bjørn Christian Seime2020-10-081-2/+2
* Propagate requestType through jdisc core responseJon Bratseth2020-09-141-3/+0
* Allow setting a request type explicitlyJon Bratseth2020-09-021-21/+17
* Add connector config for max connection lifeBjørn Christian Seime2020-04-021-0/+9
* Make 'max requests per connection' config connector specificBjørn Christian Seime2020-04-021-11/+14
* Hide exceptions caused by abruptly closed connectionsBjørn Christian Seime2019-09-301-1/+1
* Refactor into separate methodBjørn Christian Seime2019-04-291-5/+11
* Do not log 404 as warning for 'form-urlencoded' requestsBjørn Christian Seime2019-04-291-0/+1
* Don't log invalid requestsBjørn Christian Seime2019-03-151-1/+2
* Don't log OverloadException for requests of application/x-www-form-urlencodedBjørn Christian Seime2018-10-101-1/+3
* Use ServletRequestReader to determine bytes consumedBjørn Christian Seime2018-07-091-1/+0
* Revert "Add matched binding as dimension when available"Bjørn Christian Seime2018-07-061-4/+3
* Revert "Add comment on use of getBindingMatch"Bjørn Christian Seime2018-07-061-2/+0
* Revert "Temporarily remove binding dimension from http metrics"Bjørn Christian Seime2018-07-061-0/+3
* Temporarily remove binding dimension from http metricsBjørn Christian Seime2018-07-051-3/+0
* Add comment on use of getBindingMatchBjørn Christian Seime2018-07-041-0/+2
* Add matched binding as dimension when availableBjørn Christian Seime2018-07-041-3/+4
* Add metrics for uri length + content sizeBjørn Christian Seime2018-07-041-12/+14
* Add metric on prematurely closed connectionsBjørn Christian Seime2018-07-031-0/+1
* EofException is always wrapped in CompletionExceptionBjørn Christian Seime2017-12-151-3/+5
* Don't log org.eclipse.jetty.io.EofException as warningBjørn Christian Seime2017-11-151-1/+6
* Move helper methods to separate utility classBjørn Christian Seime2017-07-121-2/+2
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Revert "Register Servlet WriteListener during request dispatch"Bjørn Christian Seime2017-02-281-2/+0
* Nonfunctional changes onlyJon Bratseth2017-02-081-20/+18
* Move write listener registration from constructor to dispatch methodsBjørn Christian Seime2016-12-011-1/+2
* Merge pull request #1223 from yahoo/bjorncs/jetty-jdisc-improvementsBjørn Christian Seime2016-12-011-2/+1
|\
| * Remove unused fieldBjørn Christian Seime2016-11-301-2/+1
* | Fail compilation on warningsBjørn Christian Seime2016-11-301-0/+1
|/
* Register Servlet WriteListener during request dispatchBjørn Christian Seime2016-11-301-0/+1
* Use async Servlet API to send error responseBjørn Christian Seime2016-11-291-0/+1
* Complete early in ServletRequestReader if response is already committedBjørn Christian Seime2016-11-071-1/+2
* Revert "Call AsyncContext.complete() when response is completed"Bjørn Christian Seime2016-11-041-1/+1
* Call AsyncContext.complete() when response is completedBjørn Christian Seime2016-11-031-1/+1
* Refactor to separate method.Henning Baldersheim2016-07-071-7/+10
* Add test for closing the connection after N requests.Henning Baldersheim2016-07-071-1/+1
* Add support for closing connection after N requests.Henning Baldersheim2016-07-071-0/+7
* Moved code section to obtain more logical order.Bjørn Christian Seime2016-06-211-8/+7
* PublishJon Bratseth2016-06-151-0/+210