Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cookie jar/headers.cookie collision. Closes #125.
If both a cookie jar and headers.cookie are specified, include both in the request, separated by '; '. Also fixed uppercase header name: self.headers.Cookie => self.headers.cookie.
- Loading branch information