• Resolved SuzuKube

    (@suzukube)


    I have a weird problem. Since I’m on my own dedicated server, I have a weird message on long post.

    The message is charged infinitely and the console says :
    ‘net::err_incomplete_chunked_encoding’ on Ajax-Admin.php

    I understand that it’s because my server is Gzipped, there is no “Content-Lenght” header set so Chrome complain about that…

    I think Wp Discuz saw that error and it prevent him from continue his task. I desactivated the plugin to prevent people to have that problem.

    PS : The comment is saved in database, it’s just the form that “rest in place” when commenting.

    Do you have some clue to have a content-lenght in Gzip on ajax-admin ? Or to make wpdiscuz know that the comment is register even if that error ?

    Sorry for my bad english i’m french ??

    https://www.ads-software.com/plugins/wpdiscuz/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Hi SuzuKube,
    We’ll try to find time to check this in near future.

    Thread Starter SuzuKube

    (@suzukube)

    Thank you for your reply ?? If you want to try you can go here : https://otakugame.fr/edito-otakugame-fr-v2-1-est-en-ligne/

    – Open Google Chrome (others browsers are ok)
    – post a comment
    – look at the console : net::err_incomplete_chunked_encoding

    But I think it’s related to a server configuration… And the Gzip options ??

    Thread Starter SuzuKube

    (@suzukube)

    Hello ?? I found some informations.

    It’s the ajax-admin.php fault (not your plugin). It’s because Chrome don’t want to read ajax thing WITHOUT content-length… I tried to remove GZIP, but my serv had a varnish on it and the varnish strip down the content-lenght value.

    However, only chrome is defective. All other Browser (even Internet Explorer) are working well, because since http 1.1 All transactions need to be Chunked WITHOUT content length.

    I can’t understand why chrome need that.

    More informations here :
    https://www.varnish-cache.org/trac/ticket/1506

    ^^ I’m trying to find a solution, I don’t want to take down varnish, it’s so sweet ?? !

    Plugin Author gVectors Team

    (@gvectors-team)

    Great!
    Thank you very much for sharing this information.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘net::err_incomplete_chunked_encoding on Ajax-Admin when reply (only Chrome)’ is closed to new replies.