Skip to content
Snippets Groups Projects
  1. Aug 05, 2021
  2. Jul 21, 2021
  3. Jul 19, 2021
  4. Jul 18, 2021
  5. Jul 13, 2021
  6. Jul 08, 2021
  7. Jul 07, 2021
  8. Jun 24, 2021
  9. Jun 23, 2021
  10. Jun 19, 2021
    • Cecylia Bocovich's avatar
      Store net.Addr in clientIDAddrMap · 6634f2be
      Cecylia Bocovich authored
      This fixes a stats collection bug where we were converting client
      addresses between a string and net.Addr using the clientAddr function
      multiple times, resulting in an empty string for all addresses.
      6634f2be
  11. Jun 14, 2021
    • sbs's avatar
      fix(client/snowflake.go): prevent wg.Add race condition · aefabe68
      sbs authored
      In VSCode, the staticcheck tool emits this warning:
      
      > should call wg.Add(1) before starting the goroutine to
      > avoid a race (SA2000)go-staticcheck
      
      To avoid this warning, just move wg.Add outside.
      aefabe68
  12. Jun 07, 2021
  13. Jun 02, 2021
  14. May 24, 2021
    • David Fifield's avatar
      Release resources in client Transport.Dial on error. · ae7cc478
      David Fifield authored
      Make a stack of cleanup functions to run (as with defer), but clear the
      stack before returning if no error occurs.
      
      Uselessly pushing the stream.Close() cleanup just before clearing the
      stack is an intentional safeguard, for in case additional operations are
      added before the return in the future.
      
      Fixes #40042.
      ae7cc478
Loading