Re: [naviserver-devel] ns_quotehtml

2021-01-10 Thread Maksym Zinchenko
:) Sorry false alert, my bad. Due to lack of coffee and some good sleep, I was testing some procs in "nsshell", and of course browser rendering escaped characters back to normal, and my zombie brain couldn't process why. It works fine, at least it has a regression test now ;) On Sat, Jan 9, 2021 a

Re: [naviserver-devel] ns_quotehtml

2021-01-10 Thread Gustaf Neumann
:) Sorry false alert, my bad. Due to lack of coffee and some good sleep, I was testing some procs in "nsshell", and of course browser rendering escaped characters back to normal, and my zombie brain couldn't process why. It works fine, at least it has a regression test now ;) Many thanks for

Re: [naviserver-devel] Towards NaviServer 4.99.20

2021-01-10 Thread oleg
Hello. We have tested Naviserver RC. No problem found on Ubuntu 20.04 and Windows10/MSVC2019/32bit. Have an issue for Windows10/MSVC2019/64bit build. Deprecated ns_httpget/post does not work with the error "select failed: no such file or directory". Code that causes an error: lassign [ns_sockope

Re: [naviserver-devel] Towards NaviServer 4.99.20

2021-01-10 Thread Gustaf Neumann
On 10.01.21 15:58, oleg wrote: We have tested Naviserver RC. No problem found on Ubuntu 20.04 and Windows10/MSVC2019/32bit. Great! Have an issue for Windows10/MSVC2019/64bit build. lassign [ns_sockopen -nonblock httpbin.org 80] rfd wfd ns_sockselect -timeout 1000 {} $wfd {} This is an ol