summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service
Commit message (Collapse)AuthorAgeFilesLines
...
* | Allow 200 without contentBjørn Christian Seime2017-04-181-1/+1
|/
* Set log level to INFO to avoid massive debug output.Arnstein Ressem2017-04-031-0/+3
|
* Allow 200 without contentBjørn Christian Seime2017-03-311-1/+1
|
* Tolerate no remote resolutionJon Bratseth2017-03-291-3/+9
|
* Handle invalid uri escape patternBjørn Christian Seime2017-03-282-1/+14
|
* Allow retrieving headers from response filters, via RequestView.gjoranv2017-03-094-4/+103
|
* Revert "Allow retrieving headers from response filters, via RequestView."Henning Baldersheim2017-03-084-103/+4
|
* Extract helper method to improve legibility.gjoranv2017-03-081-8/+11
|
* Allow retrieving headers from response filters, via RequestView.gjoranv2017-03-084-4/+100
|
* Simplify generation of display name.gjoranv2017-03-071-9/+5
|
* Set display name for the ServletContext handler.Henning Baldersheim2017-03-071-0/+10
| | | | The name is simply the colon separated port list.
* Nonfunctional changesJon Bratseth2017-03-031-0/+1
|
* Allow 200 response without contentBjørn Christian Seime2017-03-021-1/+1
| | | | | | | There is a window between the response is committed (headers including response code is set) and the response body is written, where the exception from the request handler can be catched. If that happens, the output stream will be closed before response body is written.
* Revert "Register Servlet WriteListener during request dispatch"Bjørn Christian Seime2017-02-283-58/+18
| | | | This reverts commit e958aee5adca061d2650f9f5378ce93a9e92ae7d.
* Configure Jetty to log using java.util.loggingBjørn Christian Seime2017-02-271-2/+25
|
* Remove references to non public api packages.Arnstein Ressem2017-02-241-3/+2
|
* Specify that linger time is in millisecondsBjørn Christian Seime2017-02-221-1/+1
|
* Revert "Configure Jetty to log using java.util.logging"Bjørn Christian Seime2017-02-201-25/+2
| | | | This reverts commit 91a1b6ccd587820dc2bc12acf7dc30753d8cabb1.
* Configure Jetty to log using java.util.loggingBjørn Christian Seime2017-02-201-2/+25
|
* Revert "Temporarily downgrade Jetty to evaluate performance degradation"Henning Baldersheim2017-02-191-1/+1
|
* Temporarily downgrade Jetty to evaluate performance degradationBjørn Christian Seime2017-02-171-1/+1
|
* Revert "Temporarily downgrade Jetty to evaluate performance degradation"Bjørn Christian Seime2017-02-171-1/+1
|
* Temporarily downgrade Jetty to evaluate performance degradationBjørn Christian Seime2017-02-171-1/+1
|
* Allow 200 response without contentBjørn Christian Seime2017-02-081-2/+3
| | | | | | | There is a window between the response is committed (headers including response code is set) and the response body is written, where the exception from the request handler can be catched. If that happens, the output stream will be closed before response body is written.
* Nonfunctional changes onlyJon Bratseth2017-02-088-52/+51
|
* Add readme filesBjørn Christian Seime2017-01-192-15/+3
|
* Fix race condition in some http conformance testBjørn Christian Seime2017-01-121-2/+2
| | | | | Make call to Exception.getMessage()/getReasonPhrase in synchronized block to fix some flaky unit tests (e.g. testRequestContentCloseExceptionBeforeResponseWrite)
* Merge pull request #1316 from yahoo/bratseth/tensorzLester Solbakken2016-12-131-1/+1
|\ | | | | Bratseth/tensorz
| * Nonfunctional changes onlyJon Bratseth2016-12-131-1/+1
| |
* | Remove non-working web socket code from JDiscBjørn Christian Seime2016-12-1316-1998/+5
| |
* | Check for finished state in case other threads has called setFinishedBjørn Christian Seime2016-12-131-0/+3
|/
* Revert "Use Jetty 9.4.0"Henning Baldersheim2016-12-122-2/+1
|
* Use Jetty 9.4.0Bjørn Christian Seime2016-12-122-1/+2
|
* Revert "Use Jetty 9.4.0"Arnstein Ressem2016-12-121-1/+1
|
* Merge pull request #1300 from yahoo/bjorncs/fix-unit-test-race-conditionHenning Baldersheim2016-12-121-3/+2
|\ | | | | Fix race condition in some http conformance test
| * Fix race condition in some http conformance testBjørn Christian Seime2016-12-121-3/+2
| | | | | | | | | | Make call to Exception.getMessage()/getReasonPhrase in synchronized block to fix some flaky unit tests (eg testRequestContentCloseExceptionBeforeResponseWrite)
* | Merge pull request #1296 from yahoo/bjorncs/jetty-v9.4.0Bjørn Christian Seime2016-12-121-1/+1
|\ \ | |/ |/| Use Jetty 9.4.0
| * Use Jetty 9.4.0Bjørn Christian Seime2016-12-101-1/+1
| |
* | Close ServletOutputStream on completionBjørn Christian Seime2016-12-121-6/+15
|/ | | | | Eagerly close Servlet output stream instead of waiting for implicit close when AsyncContext is completed.
* Make use of noop completion handler more explicitBjørn Christian Seime2016-12-056-56/+46
| | | | | | Move ContentResponsePart to ServletOutputStream Remove duplicate implementations of a noop completion handler Remove assumption that buffer might be null
* Simplify writeBuffersInQueueToOutputStreamBjørn Christian Seime2016-12-051-4/+2
|
* 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-014-137/+21
|\ | | | | Bjorncs/jetty jdisc improvements
| * Remove unused classBjørn Christian Seime2016-11-301-122/+0
| |
| * Use more fine grained lockingBjørn Christian Seime2016-11-301-3/+18
| |
| * Remove unused fieldBjørn Christian Seime2016-11-302-6/+2
| |
| * Remove unnecessary restrictionBjørn Christian Seime2016-11-301-6/+1
| |
* | Fail compilation on warningsBjørn Christian Seime2016-11-305-3/+7
| | | | | | | | Suppress warnings on unused resource in try-with-resource statements
* | Don't use deprecated constructorBjørn Christian Seime2016-11-301-1/+2
| |
* | Don't use deprecated ConnectorStatisticsBjørn Christian Seime2016-11-302-14/+9
| |