Azure / azure-ruby-asm-core

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

'Content-Length' header should only be obtained from IO if IO implements 'size' #48

Closed katmsft closed 7 years ago

katmsft commented 7 years ago

Exception should be raised if IO does not implement size and Content-Length is not specified.