You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feat: IMPORTANT BREAKING CHANGE Header normalisation no longer does anything to hyphens or underscores. Previously, headers were normalised so that h.content_type was equally as valid as h["Content-Type"]. However, this breaks real world cases where h.HEADER_NAME must be forwaded with the underscore intact. Header names are now only normalised for case, as per the HTTP spec.
Doc: Documented the set_timeouts to api (thanks @detailyang)
Fix (#103): User params table is no longer modified by the module (thanks @bungle for the report)