socketry / async-http

MIT License
298 stars 45 forks source link

Avoid "shadowing outer local variable - task" #80

Closed olleolleolle closed 3 years ago

olleolleolle commented 3 years ago

Description

This PR attempts to avoid a Ruby warning being emitted

gems/async-http-0.56.3/lib/async/http/protocol/http2/server.rb:68: warning: shadowing outer local variable - task

Types of Changes

Testing

...

olleolleolle commented 3 years ago

Only happens on Ruby 2.5 which is EOL. Closing!