pyu10055 / ntlm-http

ntlm authentication for http
13 stars 14 forks source link

Assign resp explicitly. #3

Closed hakanensari closed 13 years ago

hakanensari commented 13 years ago

I came across this bug while fixing:

https://github.com/rubiii/httpi/issues#issue/25

Long story short, your monkey-patched #request blows up in Ruby 1.9.2. Check this out for explanation:

http://twitter.com/#!/hakanensari/status/54909075913322498

Also, a heads up: Your test doesn't work under 1.9.2.

rubiii commented 13 years ago

thanks hakan. please pull this.

rubiii commented 13 years ago

any chance this change will be released?