Fix
This commit is contained in:
parent
6627e360d7
commit
244c8c6f3f
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ class _JSONP_PollingTransport(_AbstractTransport):
|
|||
yield escape_unicode(response_text)
|
||||
return
|
||||
for packet_text in _yield_text_from_framed_data(
|
||||
response_text, parse=lambda x: escape_unicode(x)):
|
||||
response_text, escape_unicode):
|
||||
yield packet_text
|
||||
|
||||
def close(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue