1. 22 Mar, 2020 1 commit
    • Yossi Gottlieb's avatar
      Conns: Fix connClose() / connAccept() behavior. · fa9aa908
      Yossi Gottlieb authored
      We assume accept handlers may choose to reject a connection and close
      it, but connAccept() callers can't distinguish between this state and
      other error states requiring connClose().
      
      This makes it safe (and mandatory!) to always call connClose() if
      connAccept() fails, and safe for accept handlers to close connections
      (which will defer).
      fa9aa908
  2. 20 Mar, 2020 5 commits
  3. 18 Mar, 2020 6 commits
  4. 16 Mar, 2020 9 commits
  5. 15 Mar, 2020 4 commits
  6. 13 Mar, 2020 7 commits
  7. 12 Mar, 2020 5 commits
  8. 11 Mar, 2020 2 commits
  9. 10 Mar, 2020 1 commit