|
Ran
|
Jobs
1
|
Files
384
|
Run time
14s
|
Badge
README BADGES
|
push
travis-ci
<a href="https://github.com/dropwizard/dropwizard/commit/<a class=hub.com/dropwizard/dropwizard/commit/f80cd0840159840d35b445ea247e3fbf356eae88">f80cd0840<a href="https://github.com/dropwizard/dropwizard/commit/f80cd0840159840d35b445ea247e3fbf356eae88">">Correctly set up SO_LINGER for the HTTP connector (#2176) Jetty&#39;s `ServerConnector` accepts `soLingerTime` in milliseconds, rather than in seconds as `Socket.setSoLinger` does [1]. Dropwizard on the other hand after parsing the YML configuration and extracting the `soLingerTime` parameter passes it to Jetty in seconds. As a result, the configuration gets really confusing for users, because the configuration value is more than the actual SO_LINGER timeout by 1000 times. The fix is to pass the configuration value to Jetty&#39;s `ServerConnector` in milliseconds. [1]: http://www.eclipse.org/jetty/documentation/9.4.x/configuring-connectors.html (cherry picked from commit </a><a class="double-link" href="https://github.com/dropwizard/dropwizard/commit/<a class="double-link" href="https://github.com/dropwizard/dropwizard/commit/78afd664857ee97f1744702e9a373bbcc8aaf5a5">78afd6648</a>">78afd6648</a><a href="https://github.com/dropwizard/dropwizard/commit/f80cd0840159840d35b445ea247e3fbf356eae88">)
1 of 1 new or added line in 1 file covered. (100.0%)
6367 of 7449 relevant lines covered (85.47%)
78.49 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 4009.1 | 0 |
85.47 |
Travis Job 4009.1 |