Re: [naviserver-devel] head http.test failures

2019-07-15 Thread Gustaf Neumann
The noted test failures in http.test are not based on broken nsd behavior, but are false positives due to the move from low-level I/O to ns_http in the regression test (makes test with http und https uniform). the ns_http encoding issues still have to be addressed, but the following change make

Re: [naviserver-devel] head http.test failures

2019-07-15 Thread Zoran Vasiljevic
On Mon, 15 Jul 2019 04:46:16 -0400 Andrew Piskorski wrote: > Using the latest NaviServer head (last commit 2019-07-09) on Linux > (Ubuntu 16.04.2 LTS) and Tcl 8.6.9 (built from source), I'm getting > 'make test' failures that I don't understand, primarily in http.test. > Can anyone advice, please