@@ -138,7 +138,7 @@ See also: https://github.com/advisories/GHSA-pxg6-pf52-xh8x
138138
139139### Performance Improvements
140140
141- * do not reset the hearbeat timer on each packet ([ 5359bae] ( https://github.com/socketio/engine.io/commit/5359bae683e2a25742bd4989d0355a8fc10d294e ) )
141+ * do not reset the heartbeat timer on each packet ([ 5359bae] ( https://github.com/socketio/engine.io/commit/5359bae683e2a25742bd4989d0355a8fc10d294e ) )
142142* ** websocket:** use bound callbacks ([ 9a68c8c] ( https://github.com/socketio/engine.io/commit/9a68c8ce93cc1bc0bc1a30548558da49860f4acd ) )
143143
144144
@@ -535,9 +535,9 @@ Please upgrade as soon as possible.
535535
536536* decrease the default value of maxHttpBufferSize ([ 58e274c] ( https://github.com/socketio/engine.io/commit/58e274c437e9cbcf69fd913c813aad8fbd253703 ) )
537537
538- This change reduces the default value from 100 mb to a more sane 1 mb .
538+ This change reduces the default value from 100 MB to a saner 1 MB .
539539
540- This helps protect the server against denial of service attacks by malicious clients sending huge amounts of data.
540+ This helps protect the server against denial-of- service attacks by malicious clients sending huge amounts of data.
541541
542542See also: https://github.com/advisories/GHSA-j4f2-536g-r55m
543543
@@ -555,7 +555,7 @@ See also: https://github.com/advisories/GHSA-j4f2-536g-r55m
555555So that clients in HTTP long-polling can decide how many packets they have to send to stay under the maxHttpBufferSize
556556value.
557557
558- This is a backward compatible change which should not mandate a new major revision of the protocol (we stay in v4), as
558+ This is a backward compatible change that should not mandate a new major revision of the protocol (we stay in v4), as
559559we only add a field in the JSON-encoded handshake data:
560560
561561```
@@ -641,7 +641,7 @@ The codebase was migrated to TypeScript ([c0d6eaa](https://github.com/socketio/e
641641
642642An ES module wrapper was also added ([ 401f4b6] ( https://github.com/socketio/engine.io/commit/401f4b60693fb6702c942692ce42e5bb701d81d7 ) ).
643643
644- Please note that the communication protocol was not updated, so a v5 client will be able to reach a v6 server (and vice- versa).
644+ Please note that the communication protocol was not updated, so a v5 client will be able to reach a v6 server (and vice versa).
645645
646646Reference: https://github.com/socketio/engine.io-protocol
647647
0 commit comments