Azure / azure-ruby-asm-core

Azure Ruby SDK Service Management Core HTTP
6 stars 32 forks source link

For Passenger MethodMissing. #66

Open kyanagimoto opened 5 years ago

kyanagimoto commented 5 years ago

Hi.

When using Rails's ActiveStorage with PhusionPassenger, occurred Error like this

"message":"undefined method bytesize' for #<PhusionPassenger::Utils::TeeInput:0x000055c2c46dd030>","exception":"NoMethodError","trace":["vendor/bundle/ruby/2.6.0/gems/azure-core-0.1.15/lib/azure/core/http/http_request.rb:188:inapply_miscellaneous_headers'"

Phusion Passenger doesn't have a method, bytesize, so how about use "size" on apply_miscellaneous_headers as this line?

Regards.

kyanagimoto commented 2 years ago

No one maintaining this repository? 😢