- 04 May, 2017 2 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
Fix Feign Compression Config Order
-
- 03 May, 2017 2 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
-
- 25 Apr, 2017 1 commit
-
-
Ryan Baxter authored
-
- 11 Apr, 2017 1 commit
-
-
Johannes Edmeier authored
Currently all errors during writing to the outputStream are ignored. So the response is read to the end. This is a problem when the response is infite or very long running (`hystrix.stream` for example) and results in the socket never being closed and eating up threads (on zuul and the proxied backend). With this commit the errors during writing are not ignored resulting in closing the response.
-
- 04 Apr, 2017 1 commit
-
-
Ryan Baxter authored
-
- 03 Apr, 2017 1 commit
-
-
Spencer Gibb authored
fixes gh-1824
-
- 09 Mar, 2017 1 commit
-
-
Ryan Baxter authored
-
- 08 Mar, 2017 7 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
This reverts commit 5d9363b3.
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
Adds conditional on Ribbon class to RibbonAutoConfiguration
-
Ryan Baxter authored
-
- 07 Mar, 2017 2 commits
-
-
Ryan Baxter authored
-
Spencer Gibb authored
Previously, when feign used the Ribbon RestClient, an exception was thrown if Content-Length was set. Over time, feign has moved away from RestClient, yet removing the header still happened. Fixes gh-1705 (cherry picked from commit 15e01dfe)
-
- 20 Feb, 2017 2 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
-
- 18 Feb, 2017 1 commit
-
-
Ryan Baxter authored
-
- 15 Feb, 2017 2 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
Makes Spring Retry optional for Zuul
-
- 14 Feb, 2017 1 commit
-
-
Ryan Baxter authored
-
- 13 Feb, 2017 1 commit
-
-
Ryan Baxter authored
-
- 09 Feb, 2017 5 commits
-
-
Ryan Baxter authored
Add Retry Logic To Zuul Using Spring Retry. Fixes #1295
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
- 06 Feb, 2017 1 commit
-
-
Eloi authored
Fixes gh-1663
-
- 03 Feb, 2017 2 commits
- 27 Jan, 2017 4 commits
-
-
Spencer Gibb authored
fixes gh-1616
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
A new version of httpclient introduced by boot changed the behaviour that previously allowed the charset. It now has to be parsed out and passed to the apache `ContentType` object explicitly. fixes gh-1649
-
- 23 Jan, 2017 1 commit
-
-
Marcin Grzejszczak authored
-
- 11 Jan, 2017 2 commits
-
-
Bertrand Renuart authored
Set the default buffer size to 8192 to match Tomcat and Jetty defaults Use a buffer per worker thread and use it for subsequent requests
-
Ryan Baxter authored
-