Connection keep alive failed when https

Username epiz_30995106

hi, i using follow line in my htaccess:
Header set Connection keep-alive

every thing is ok on http but in https the “Connection keep alive” failed

Your website address please.

Why are you trying to use keep-alive? That kind of thing does not exactly work here.

1 Like

I found that reason

Warning: Connection-specific header fields such as Connection and Keep-Alive are prohibited in HTTP/2. Chrome and Firefox ignore them in HTTP/2 responses, but Safari conforms to the HTTP/2 specification requirements and does not load any response that contains them.

Source developer.mozilla.org

Address: mntestover.epizy.com

my site is static WASM blazor and need 11 mb data for first load, i should optimize it well as fast as possible.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.