mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Small edits to actioncable/CHANGELOG.md
[ci skip] - capitalize WebSocket
This commit is contained in:
parent
57908d8a5e
commit
d99c772da0
1 changed files with 2 additions and 2 deletions
|
@ -13,12 +13,12 @@
|
|||
|
||||
*Vladimir Dementyev*
|
||||
|
||||
* Buffer now writes to websocket connections, to avoid blocking threads
|
||||
* Buffer now writes to WebSocket connections, to avoid blocking threads
|
||||
that could be doing more useful things.
|
||||
|
||||
*Matthew Draper*, *Tinco Andringa*
|
||||
|
||||
* Protect against concurrent writes to a websocket connection from
|
||||
* Protect against concurrent writes to a WebSocket connection from
|
||||
multiple threads; the underlying OS write is not always threadsafe.
|
||||
|
||||
*Tinco Andringa*
|
||||
|
|
Loading…
Reference in a new issue