My hosting provider recently updated the Apache server and switched to HTTP2. In this process they have broke the SSE support and now can't configure it properly .
This way, temporarily (I hope) the chat will not work, fully or partially. Sorry.
My hosting provider recently updated the Apache server and switched to HTTP2. In this process they have broke the SSE support and now can't configure it properly .
This way, temporarily (I hope) the chat will not work, fully or partially. Sorry.
I was able to activate the chat by forcing firefox to use HTTP1.1 in about:config
network.http.spdy.enabled = false
network.http.spdy.enabled.http2 = false
Of course this is ugly hack. Strange how apache buffers can not be disabled for HTTP2. But not buffering is a must for SSE.
BTW, if someone can help with the information about the problem, please, don't hesitate to post here.
Here is a link to my bug report to the mod_h2 project with description and test case: https://github.com/icing/mod_h2/issues/147
Well, at the end all problems with the chat and my hosting provider are resolved. By changing the provider.
From today, the whole asm32.info domain is hosted on a small vps, with Nginx web server. This way, all SSE problems are solved. Goodby outdated, buggy Apache. In addition, this change will allow more testing of AsmBB in different environment. One bug related to the different web server is already fixed.
So, enjoy the higher speed and working chat again.