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
Fix subclasses not inheriting headers set in the superclass
The implementation of InheritedHash worked fine when look up individual keys, but when
it was merged into the request headers inside the Connection class, it didn't consider
the @parent_hash.
0 commit comments