Azure / azure-storage-ruby

Microsoft Azure Storage Library for Ruby
http://azure.github.io/azure-storage-ruby/
84 stars 150 forks source link

How to turn off net-http-persistent? #190

Open schungx opened 3 years ago

schungx commented 3 years ago

The recent move to net-http-persistent is causing my program to fail on calls to the blob service.

Is there any way to "go back" to the pre-persistent mode? I don't really need connections pooling...

At least put it under an option?

schungx commented 3 years ago

The problem with #189 is due to Faraday's dependency loading conflicting with the Bundler.

Need an option to turn off net-http-persistent.