Open Urahara opened 5 years ago
I'm having the same issue but weirdly enough only when using proxies via splash:on_request
.
My splash is patched with decompression patch described in this issue: https://github.com/scrapinghub/splash/issues/324 if you aren't using proxies this might solve the issue for you.
I'm having a similar issue. In my case it's not necessarily transfer-encoding
that is causing problems but some other headers as well. The issue is only observed when using a proxy, and only for HTTPS URLs. Removing proxy or crawling HTTP URLs works fine.
What's even more interesting is that I only have a problem when I use HTTP proxy. If I use SOCKS5 proxy instead then it works.
Is this fixed?
This, or something similar, appears to be occurring to me using an HTTP proxy as well.
I'm having the same issue. Is there a solution for this problem yet? Thank you.
I was developing a crawler using Splash when suddenly i started to receive a lot of gateway timeouts. Trying to troubleshooting the problem, i discover the cause of this is header
transfer-encoding: chunked
, i made a PoC (the url httpbin.org/headers returns the same headers i sent on request):Results: