Skip to content
  1. Mar 18, 2024
  2. Apr 18, 2023
  3. Oct 28, 2022
  4. Oct 21, 2022
  5. Dec 30, 2021
    • David Fifield's avatar
      Fix the locking around rt.rt. · 46e612d2
      David Fifield authored
      sync.Once does not prevent other goroutines from accessing a variable
      that has not been defined yet.
      46e612d2
    • David Fifield's avatar
      Only lock the assignment to rt.rt, not the whole RoundTrip. · 88fd7233
      David Fifield authored
      We need to guard against concurrent modification of rt.rt, but once it
      is set, we many concurrently call rt.rt.RoundTrip. The way this was
      written before, it was preventing more than one RoundTrip from happening
      at once. (Which was not noticeable, because the protocol serialized all
      RoundTrips.)
      88fd7233
  6. Sep 14, 2021
  7. Sep 03, 2021
  8. Apr 29, 2020
  9. Dec 13, 2019
  10. Dec 12, 2019
  11. Dec 03, 2019
  12. Dec 02, 2019
  13. Aug 28, 2019
  14. Aug 27, 2019
  15. Aug 26, 2019