socketry / async-http

MIT License
298 stars 45 forks source link

Missing dependency for thread-local? #159

Closed trevorturk closed 2 months ago

trevorturk commented 2 months ago

Similar to https://github.com/socketry/falcon/issues/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'
ioquatix commented 2 months ago

It's considered optional.

trevorturk commented 2 months ago

Gotcha, thank you!