socketry / async-http

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing dependency for thread-local?

trevorturk opened this issue · comments

Similar to socketry/falcon#238, I noticed that async-http seems to require the thread-local gem as per:

# async-http-0.66.2/lib/async/http/internet/instance.rb:7
require 'thread/local'

It's considered optional.

Gotcha, thank you!