summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service
Commit message (Collapse)AuthorAgeFilesLines
* Add copyright headerJon Bratseth2017-08-181-1/+1
|
* Remove corp referencesJon Bratseth2017-08-081-5/+5
|
* Expose connection timestamp to all request typesBjørn Christian Seime2017-07-125-21/+43
|
* Move helper methods to separate utility classBjørn Christian Seime2017-07-125-12/+28
|
* Fix 'connectedAt' timestamp for persistent connectionsBjørn Christian Seime2017-07-122-27/+30
|
* Expose methodJon Bratseth2017-07-031-1/+1
|
* Nonfunctional changes onlyJon Bratseth2017-06-282-16/+11
|
* Update copyright headersJon Bratseth2017-06-14121-120/+121
|
* Revert "Update copyright headers"Jon Bratseth2017-06-14121-121/+120
|
* Update copyright headersJon Bratseth2017-06-14121-120/+121
|
* Revert "Copyright header"Jon Bratseth2017-06-13121-121/+120
|
* Merge with masterJon Bratseth2017-06-133-1952/+0
|\
| * Remove old and stale docBjørn Christian Seime2017-06-133-1952/+0
| |
* | Copyright headerJon Bratseth2017-06-13122-122/+123
|/
* Allow 200 response without contentBjørn Christian Seime2017-06-091-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.
* Remove leftover suppress-warning annotationBjørn Christian Seime2017-05-311-2/+0
|
* Allow 200 response without contentBjørn Christian Seime2017-05-291-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.
* Merge pull request #2475 from yahoo/bjorncs/remove-manhattan-integrationgjoranv2017-05-223-6/+13
|\ | | | | Remove Manhattan integration
| * Deprecate Manhattan metricsBjørn Christian Seime2017-05-163-6/+13
| |
* | Add support for inspecting Jetty metrics through JMXBjørn Christian Seime2017-05-182-0/+33
| |
* | Add jetty-jmx dependencyBjørn Christian Seime2017-05-161-0/+1
|/
* Merge pull request #2434 from yahoo/bjorncs/change-timeout-httpcodeJon Bratseth2017-05-101-2/+2
|\ | | | | Change timeout response code from 408 to 504
| * Change timeout response code from 408 to 504Bjørn Christian Seime2017-05-101-2/+2
| |
* | Add missing module bindings to necessary config instances.gjoranv2017-05-093-0/+9
|/
* Revert "Gjoranv/remove default ctor2"gjoranv2017-05-093-9/+0
|
* Add module bindings to necessary config instances.gjoranv2017-05-053-0/+9
|
* Remove unused dependencyBjørn Christian Seime2017-04-261-4/+0
|
* Remove use of deprecated cookie API of Netty.Bjørn Christian Seime2017-04-269-267/+156
| | | | | Deprecates some cookies methods/properties that are no longer supported by the Netty cookie encoder/decoder.
* Return empty cookie list on 'null'Bjørn Christian Seime2017-04-261-0/+3
|
* Remove unused constantsBjørn Christian Seime2017-04-251-4/+0
|
* Remove some netty usage in jdisc_http_serviceBjørn Christian Seime2017-04-252-39/+17
|
* Upgrade to Netty 3.10.6Bjørn Christian Seime2017-04-253-33/+19
| | | | | Upgrade to newest release of Netty 3.x. RFC 6265 is now the de-facto standard specification for cookie management.
* Revert "Add compile dependency on jetty-util "Arnstein Ressem2017-04-241-4/+1
|
* Add compile dependency on jetty-utilBjørn Christian Seime2017-04-241-1/+4
|
* Revert "Bjorncs/upgrade netty"Henning Baldersheim2017-04-246-36/+76
|
* Remove unused constantsBjørn Christian Seime2017-04-241-4/+0
|
* Remove some netty usage in jdisc_http_serviceBjørn Christian Seime2017-04-242-39/+17
|
* Upgrade to Netty 3.10.6Bjørn Christian Seime2017-04-243-33/+19
| | | | | Upgrade to newest release of Netty 3.x. RFC 6265 is now the de-facto standard specification for cookie management.
* Merge pull request #2255 from yahoo/bjorncs/cleanup-metrics-testHenning Baldersheim2017-04-241-100/+0
|\ | | | | Remove non-working unit tests
| * Remove non-working unit testsBjørn Christian Seime2017-04-241-100/+0
| |
* | Remove non-working HTTP trailers testBjørn Christian Seime2017-04-241-72/+0
| | | | | | | | The Servlet 3.1 spec does not support trailers.
* | Remove non-working tracing testBjørn Christian Seime2017-04-244-43/+1
| | | | | | | | | | The trace tests have never been enabled and there is no sign of the trace headers in the source code except the unit tests.
* | Enable disabled testBjørn Christian Seime2017-04-241-1/+1
|/
* Remove HttpClient from jdisc_http_serviceBjørn Christian Seime2017-04-2429-2624/+0
| | | | | | | The unit tests for HttpClient have been disabled for 3 years, and multiple tests were failing after enabling them. I could not find any use of HttpClient in Vespa. The com.yahoo.jdisc.http.client was not marked as public API.
* The cookie was moved between 1.7 and 1.8Henning Baldersheim2017-04-231-1/+1
|
* Revert "ning 1.9.40"Henning Baldersheim2017-04-236-30/+33
|
* ning 1.9.40Henning Baldersheim2017-04-226-33/+30
|
* Revert "Remove some netty usage in jdisc_http_service"Bjørn Christian Seime2017-04-213-15/+102
|
* Remove some netty usage in jdisc_http_serviceBjørn Christian Seime2017-04-213-102/+15
|
* Merge pull request #2179 from yahoo/bjorncs/use-seconds-for-jetty-timeoutsgjoranv2017-04-182-3/+8
|\ | | | | Change soLingerTime unit from milliseconds to seconds