We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1783e commit ee5000dCopy full SHA for ee5000d
tests/test_integration.py
@@ -127,7 +127,11 @@ def start_requests(self):
127
@requires_splash
128
@inlineCallbacks
129
def test_cookies(settings):
130
+
131
+ # 64K for headers is over Twisted limit,
132
+ # so if these headers are sent to Splash request would fail.
133
BOMB = 'x' * 64000
134
135
class LuaScriptSpider(ResponseSpider):
136
""" Cookies must be sent to website, not to Splash """
137
custom_settings = {
0 commit comments