1. 08 Aug, 2017 2 commits
    • Brad Fitzpatrick's avatar
      http2: fix Go 1.6 build · 090ebbdf
      Brad Fitzpatrick authored
      We still support Go 1.6 for a few more days. (it'd normally be dropped
      after Go 1.9 final is out)
      
      And maybe we'll need to make a special case for supporting it longer
      than normal if gRPC needs to.
      
      Change-Id: I78675f1ef26aa09436a70d0f8aa3a0958768dd14
      Reviewed-on: https://go-review.googlesource.com/53641Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
      Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      090ebbdf
    • Tom Bergan's avatar
      http2: retry requests after receiving REFUSED STREAM · 945ddfdd
      Tom Bergan authored
      RoundTrip will retry a request if it receives REFUSED_STREAM. To guard
      against servers that use REFUSED_STREAM to encourage rate limiting, or
      servers that return REFUSED_STREAM deterministically for some requests,
      we retry after an exponential backoff and we cap the number of retries.
      
      The exponential backoff starts on the second retry, with a backoff
      sequence of 1s, 2s, 4s, etc, with 10% random jitter.
      
      The retry cap was set to 6, somewhat arbitrarily. Rationale: this is
      what Firefox does.
      
      Updates golang/go#20985
      
      Change-Id: I4dcac4392ac4a3220d6d839f28bf943fe6b3fea7
      Reviewed-on: https://go-review.googlesource.com/50471
      Run-TryBot: Tom Bergan <tombergan@google.com>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
      945ddfdd
  2. 26 Jul, 2017 1 commit
  3. 21 Jul, 2017 1 commit
  4. 20 Jul, 2017 1 commit
  5. 19 Jul, 2017 3 commits
  6. 18 Jul, 2017 1 commit
  7. 16 Jul, 2017 1 commit
  8. 11 Jul, 2017 1 commit
  9. 06 Jul, 2017 1 commit
  10. 04 Jul, 2017 3 commits
  11. 29 Jun, 2017 3 commits
  12. 28 Jun, 2017 1 commit
  13. 27 Jun, 2017 3 commits
  14. 24 Jun, 2017 1 commit
  15. 23 Jun, 2017 1 commit
  16. 21 Jun, 2017 4 commits
  17. 19 Jun, 2017 2 commits
  18. 16 Jun, 2017 1 commit
  19. 14 Jun, 2017 2 commits
  20. 13 Jun, 2017 2 commits
  21. 10 Jun, 2017 1 commit
  22. 09 Jun, 2017 2 commits
  23. 05 Jun, 2017 2 commits