Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

Commit

Permalink
Rewrite (#105)
Browse files Browse the repository at this point in the history
* Rewrite

* things

* Added option to disable masking removed additional buffers

* Improved websocket frame parsing, removed dynamic allocations of payload buffers

* fixed typo

* added messages, added splitting, basic close handling

* improved errors

* added missing payload len check

* added connection cleanup to server

* added comment

* improved comment

* sending close frane, error (not io) occurs while sending

* Update README.md (#106)

* Update README.md

* Update README.md

* improved errors

* updated readme

* moved websocket impl into its own lib `wsocket`

* updated dependencies

* applied klemens feedback from #107

* applied klemens feedback from #107
  • Loading branch information
MarcelCoding authored Nov 17, 2023
1 parent 48fc9f7 commit 199415d
Show file tree
Hide file tree
Showing 27 changed files with 917 additions and 1,326 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[*]
indent_size = 2
indent_style = space
Loading

0 comments on commit 199415d

Please sign in to comment.