Re: [naviserver-devel] Towards NaviServer 4.99.19

2020-01-02 Thread Wolfgang Winkler
The warning is gone now. Happy new year! Wolfgang Am 01.01.20 um 08:33 schrieb Gustaf Neumann: This is probably still not perfect. i've made one more change to make the handling of closed connection inside filters more general. If this is still shows the warning, we have to get into more deta

Re: [naviserver-devel] Towards NaviServer 4.99.19

2019-12-31 Thread Gustaf Neumann
This is probably still not perfect. i've made one more change to make the handling of closed connection inside filters more general. If this is still shows the warning, we have to get into more details. Please test the updated version if possible. Happy new year! all the best -g On 31.12.19

Re: [naviserver-devel] Towards NaviServer 4.99.19

2019-12-31 Thread Wolfgang Winkler
Dear Gustaf! NaviServer does not crash anymore, we get a "connection socket is detached" warning. Thanks for the fix and a happy new year, Wolfgang Am 30.12.19 um 20:50 schrieb Gustaf Neumann: > ... To use "filter_break" in this situation is an error on our side ... Dear Wolfgang, I could

Re: [naviserver-devel] Towards NaviServer 4.99.19

2019-12-30 Thread Gustaf Neumann
> ... To use "filter_break" in this situation is an error on our side ... Dear Wolfgang, I could reproduce the problem with a filter returning "filter_break", when the filter has already closed the connection to the client. In such cases, no further replies are possible to this client. i've add

Re: [naviserver-devel] Towards NaviServer 4.99.19

2019-12-27 Thread Wolfgang Winkler
This is good news! At the current tip version we encountered a signal 11 error. It happens in a filter, when we raise an error and return "filter_break". With "filter_return", there is no problem. To use "filter_break" in this situation is an error on our side but maybe the crash can happen in