Re: Re[2]: [users@httpd] apache in proxy mode introduces extra delay for sockjs in xhr poll mode

2017-06-01 Thread Luca Toscano
Hi Stepan, Have you tried to explicitly set ProxyTimeout? If your environment is a testing one, would it be possible for you to raise the LogLevel to trace8 and send us the logs ( https://httpd.apache.org/docs/2.4/mod/core.html#loglevel) ? I am assuming that you have httpd 2.4, but which version?

Re[2]: [users@httpd] apache in proxy mode introduces extra delay for sockjs in xhr poll mode

2017-05-29 Thread Stepan Yakovenko
Tried disablereuse=On, nothing changes. >Пятница, 26 мая 2017, 14:12 +03:00 от Daniel : > >Have you tried with disabling reuse to see if the problem persists? > >2017-05-26 12:54 GMT+02:00 Stepan Yakovenko < stiv.yakove...@mail.ru.invalid >: >> I need to handle users disconnecting from my sockjs

Re[2]: [users@httpd] apache in proxy mode introduces extra delay for sockjs in xhr poll mode

2017-05-26 Thread Stepan Yakovenko
How can i disable reuse? >Пятница, 26 мая 2017, 14:12 +03:00 от Daniel : > >Have you tried with disabling reuse to see if the problem persists? > >2017-05-26 12:54 GMT+02:00 Stepan Yakovenko < stiv.yakove...@mail.ru.invalid >: >> I need to handle users disconnecting from my sockjs application run

Re: [users@httpd] apache in proxy mode introduces extra delay for sockjs in xhr poll mode

2017-05-26 Thread Daniel
Have you tried with disabling reuse to see if the problem persists? 2017-05-26 12:54 GMT+02:00 Stepan Yakovenko : > I need to handle users disconnecting from my sockjs application running in > xhr-polling mode. When I connect to localhost, everything works as expected. > When I put apache between

[users@httpd] apache in proxy mode introduces extra delay for sockjs in xhr poll mode

2017-05-26 Thread Stepan Yakovenko
I need to handle users disconnecting from my sockjs application  running in xhr-polling mode . When I connect to localhost, everything works as expected. When I put apache between nodejs and browser, I get ~20 sec delay between closed browser and disconnect event inside nodejs. My apache proxy