1. 23 Jun, 2016 3 commits
  2. 22 Jun, 2016 3 commits
    • upgrade feign to v8.17.0 · 398c5aa0
      Spencer Gibb authored
      fixes gh-1081
    • Set entity contentLength to 0 for GET requests. · 7a90c0cd
      Spencer Gibb authored
      Zuul sets an empty entity for GET requests. The apache http client either sets transfer encoding to chunked or a content length header. This change sets the apache entity contentLength to 0 (not the header), to that in RequestContent the "content-length" header is set to 0 rathern than transfer encoding.
      
      See gh-1042
    • Set entity contentLength for HttpClientRibbonCommand. · cfcca5f8
      Spencer Gibb authored
      If the content length isn't set on the entity, when http client determines which header to set, it sets transfer-encoding to chunked rather than content-length.
      
      This fixes a missing content-length issue when using `HttpClientRibbonCommandFactory`.
      
      See gh-1042
  3. 21 Jun, 2016 3 commits
  4. 17 Jun, 2016 3 commits
  5. 16 Jun, 2016 4 commits
  6. 15 Jun, 2016 7 commits
  7. 14 Jun, 2016 3 commits
  8. 13 Jun, 2016 6 commits
  9. 11 Jun, 2016 2 commits
  10. 10 Jun, 2016 1 commit
  11. 09 Jun, 2016 5 commits