socketry / async-websocket

Asynchronous WebSocket client and server, supporting HTTP/1 and HTTP/2 for Ruby.
MIT License
166 stars 18 forks source link

Fix ruby unused variable warning #62

Closed zarqman closed 9 months ago

zarqman commented 9 months ago

Fixes warning:

.../lib/async/websocket/upgrade_response.rb:21: warning: assigned but unused variable - status

Types of Changes

Contribution