Revert "When a response is too big, also send it via FORM encoding"
This reverts commit e2a1822525
.
This commit is contained in:
parent
e2a1822525
commit
d9adca0c1b
1 changed files with 0 additions and 2 deletions
|
@ -1059,8 +1059,6 @@ class OpenIDResponse(object):
|
|||
if self.fields.isOpenID1() and \
|
||||
len(self.encodeToURL()) > OPENID1_URL_LIMIT:
|
||||
return ENCODE_HTML_FORM
|
||||
elif len(self.encodeToURL()) > (6 * 1024):
|
||||
return ENCODE_HTML_FORM
|
||||
else:
|
||||
return ENCODE_URL
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue