Y
Y
Yuri2016-07-13 16:34:42
Google Chrome
Yuri, 2016-07-13 16:34:42

How to fix net::ERR_INCOMPLETE_CHUNKED_ENCODING error in Chrome?

Actually everything is in the subject.
Who had something similar? The page just stops loading and this is a miracle in the console.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Dubrovin, 2016-07-13
@modestguy

Try to sniff the traffic, this message means that the connection is being closed before the end of the data transfer. In chunked, at the end of the data, there must be a chunk of zero size, i.e. just a null character with a newline, make sure that it is transmitted in the problem connection. If it is not transmitted, look for problems on the server, if it is transmitted, then locally. These can either be problems on the server (for example, asynchronous sending is used, but linger is not set on the socket) or in some filtering software, such as a proxy or antivirus. Perhaps some filter cuts out the data during transmission, but does not change the size of the chunk.

N
Nikita Vasilchenko, 2018-01-20
@xenmayer

I just had the same problem. On the Nginx server that proxies requests.
The problem was solved by disabling the response buffer from proxied servers.
ps
The problem arose suddenly, so the solution is urgent. I did not analyze its impact on performance, but it is not noticeable to the eye without tests)). I'll try to add an answer when I get deeper.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question