Skip to main content

HTTP2 stream 1 was not closed cleanly

Comments

2 comments

  • DimasFrolov
    Nobody see this error before? My server response only via HTTP/1.1 :(
    0
  • cPanelLauren
    Hello @DimasFrolov This error is usually associated with content that is not able to be served over HTTP/2 - typically remote content. You can test individual resources to see how they load with something like the following as well as your site itself: curl -vvv https://yourdomain.tld/path/to/resource 2>&1 | grep HTTP
    0

Please sign in to leave a comment.