1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00

Add history note for netrc Authorization header.

This commit is contained in:
Andy Brody 2017-05-04 01:37:33 -04:00
parent 4ba9f7ee63
commit c2e11b943a

View file

@ -14,6 +14,9 @@
- Note: this changes behavior for compressed responses when using
`:raw_response => true`. Previously the raw response would not have been
uncompressed by rest-client, but now Net::HTTP will uncompress it.
- The previous fix to avoid having Netrc username/password override an
Authorization header was case-sensitive and incomplete. Fix this by
respecting existing Authorization headers, regardless of letter case. (#550)
# 2.0.2