1. 01 Dec, 2020 1 commit
  2. 25 Nov, 2020 1 commit
  3. 03 Apr, 2020 1 commit
  4. 26 Aug, 2019 1 commit
  5. 22 Aug, 2019 1 commit
    • Steven Allen's avatar
      http: cleanup http related errors · aa35dd12
      Steven Allen authored
      We don't need to return information about the actual HTTP error. That's usually
      not something the user cares about (and is usually implied from the command).
      
      This way, we get an actual context canceled error when the context is canceled.
      aa35dd12
  6. 14 Jun, 2019 2 commits
  7. 13 Jun, 2019 1 commit
  8. 06 Jun, 2019 1 commit
  9. 11 May, 2019 1 commit
  10. 30 Apr, 2019 1 commit
  11. 27 Dec, 2018 1 commit
  12. 13 Dec, 2018 2 commits
  13. 25 Oct, 2018 1 commit
  14. 16 Oct, 2018 1 commit
  15. 31 Aug, 2018 1 commit
  16. 23 Aug, 2018 4 commits
  17. 18 Mar, 2018 1 commit
  18. 19 Jan, 2018 1 commit
    • Steven Allen's avatar
      Don't handle timeouts in Execute. · 75fbbeaf
      Steven Allen authored
      Instead, handle it at the boundaries (in ServeHTTP and the CLI's Run function).
      This ensures that we actually *wait* to finish writing everything before
      canceling the context.
      75fbbeaf
  19. 11 Jan, 2018 1 commit
  20. 08 Jan, 2018 2 commits
  21. 06 Jan, 2018 1 commit
  22. 22 Dec, 2017 1 commit
  23. 21 Dec, 2017 1 commit
  24. 23 Nov, 2017 1 commit
  25. 06 Oct, 2017 1 commit
  26. 08 Jun, 2017 1 commit
  27. 26 May, 2017 1 commit
  28. 25 May, 2017 1 commit
  29. 12 May, 2017 1 commit
  30. 26 Apr, 2017 1 commit
  31. 25 Apr, 2017 1 commit
  32. 20 Apr, 2017 1 commit
  33. 16 Apr, 2017 1 commit
  34. 16 Feb, 2017 1 commit
    • Jan Winkelmann's avatar
      getting there... · af6aa2e8
      Jan Winkelmann authored
      - made Response.Request() return Request not *Request
      - added ResponseEmitter.Tee()
      - added a wrapper that wraps a Response and provides an oldcmds.Response
      af6aa2e8