I am streaming data (sometimes PNG, sometimes Jason, XML ever) and I get the following error in Chrome :
Error 321 (pure :: ERR_INVALID_CHUNKED_ENCODING): unknown error.
Apache is not in front of my tomac web application (servlet), so I do not get this error when I keep it on our test environment. is.
I have seen everywhere to answer this question, I will put the answer here: / P>
header entry:
Transfer-encoding: chunked, chained
This error was the reason when the response returned via Apache Was
should be: Transfer encoding: selected
Comments
Post a Comment