good morning!!!!

Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/nhooyr/websocket. Pull mirroring updated .
  1. May 18, 2020
  2. Feb 16, 2020
  3. Feb 09, 2020
  4. Nov 29, 2019
  5. Oct 11, 2019
  6. Oct 10, 2019
  7. Oct 09, 2019
    • Anmol Sethi's avatar
      Perfect the close handshake implementation · 3cc6b45f
      Anmol Sethi authored
      3cc6b45f
    • Anmol Sethi's avatar
      Implement complete close handshake · d432e6ba
      Anmol Sethi authored
      I changed my mind after #103 as browsers include a wasClean event to indicate
      whether the connection was closed cleanly. From my tests, if a server using
      this library prior to this commit initiates the close handshake, wasClean
      will be false for the browser as the connection was closed before it could
      respond with a close frame. Thus, I believe it's necessary to fully implement
      the close handshake.
      
      @stephenyama You'll enjoy this.
      d432e6ba
  8. Sep 29, 2019
  9. Sep 27, 2019
  10. Sep 24, 2019
  11. Sep 23, 2019
  12. Sep 22, 2019
  13. Sep 21, 2019
  14. Sep 04, 2019
  15. Sep 01, 2019
  16. Aug 29, 2019
  17. Aug 21, 2019
  18. Aug 15, 2019
  19. Aug 07, 2019
  20. Jul 20, 2019
  21. Jul 19, 2019
  22. Jul 03, 2019
  23. Jul 01, 2019
Loading