1. 16 Jul, 2018 1 commit
  2. 14 Jul, 2018 2 commits
  3. 30 Jun, 2018 3 commits
  4. 25 Jun, 2018 2 commits
  5. 24 Jun, 2018 2 commits
  6. 21 Jun, 2018 1 commit
  7. 20 Jun, 2018 1 commit
    • Kenton Varda's avatar
      Fix handling of disconnect during WebSocket::pumpTo(). · ce83d192
      Kenton Varda authored
      Before this change, if *either* the `from` or the `to` end of the pump threw a DISCONNECTED exception, we'd then try to call `to.disconnect()`. But if the exception had been thrown from `to` in the first place, then this would throw again, this time complaining about a previous write not having completed. But the whole point was always to propagate errors from the *receiving* end to the sending end. An error on the sending end should just propagate up the stack.
      ce83d192
  8. 13 Jun, 2018 6 commits
  9. 12 Jun, 2018 2 commits
  10. 11 Jun, 2018 2 commits
  11. 10 Jun, 2018 1 commit
  12. 09 Jun, 2018 1 commit
    • Kenton Varda's avatar
      Fix chunked body gather-write test. · b3096736
      Kenton Varda authored
      The braced array literals seem to be constructed as temporaries. The test passes in debug builds, but in optimized builds, the arrays have been overwritten by the time they are used.
      b3096736
  13. 08 Jun, 2018 1 commit
  14. 07 Jun, 2018 3 commits
  15. 05 Jun, 2018 1 commit
  16. 04 Jun, 2018 6 commits
  17. 02 Jun, 2018 1 commit
  18. 30 May, 2018 2 commits
  19. 24 May, 2018 2 commits