summaryrefslogtreecommitdiff
path: root/oauthlib
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2018-08-20 23:57:51 +0200
committerGitHub <noreply@github.com>2018-08-20 23:57:51 +0200
commit153b72680f0044d694eb23bbd2c62b8c19ee5543 (patch)
tree367128761a0e8a8851d8d5b0c7d37ffbf60a16c8 /oauthlib
parent0ac839f5435c267fe3643a6c7754bab4d0231cfd (diff)
parent8cb3d7210132d7c94672a86468c3df3b6ef12c6a (diff)
downloadoauthlib-153b72680f0044d694eb23bbd2c62b8c19ee5543.tar.gz
Merge branch 'master' into 445_confirm_redirect
Diffstat (limited to 'oauthlib')
-rw-r--r--oauthlib/common.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/oauthlib/common.py b/oauthlib/common.py
index c1180e6..6364761 100644
--- a/oauthlib/common.py
+++ b/oauthlib/common.py
@@ -426,7 +426,6 @@ class Request(object):
}
self._params.update(dict(urldecode(self.uri_query)))
self._params.update(dict(self.decoded_body or []))
- self._params.update(self.headers)
def __getattr__(self, name):
if name in self._params: