On Thu, Mar 28, 2019 at 7:29 AM <[email protected]> wrote:

> I’ve had a custom extension working on 0.9.13, but trying to do the same
> thing on 1.0.0 makes the page look really bad, and the debug console says
> “net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)”. ...
>
>
Has anything else changed in your environment? Any errors in the Tomcat
logs?

"net::ERR_INCOMPLETE_CHUNKED_ENCODING" is an error from Chrome warning that
the file in question, which is being sent using HTTP 1.1's chunked transfer
encoding, was not received before the connection closed. This could be
caused by an error within the webapp that unexpectedly caused the transfer
to stop partway, or by something on the network interfering with the
transfer (some antivirus software is known to occasionally break chunked
transfer, for example).

https://stackoverflow.com/questions/29894154/chrome-neterr-incomplete-chunked-encoding-error

 Is there a size limit on the PNG file?  Its 80.7K and has dimensions of
> 415x324.
>

No, there are no limits imposed on the resources of an extension.

- Mike

Reply via email to