http://naviserver.sourceforge.net/hg/naviserver/rev/3f16ccfc8985

What are the bugs that are fixed here? The message doesn't say.

Also, it breaks the tests:

$ make test
...
==== ns_adp_conpress-1.2 Accept-Encoding gzip FAILED
==== Contents of test case:

    set response [nstest_http -encoding binary -setheaders
{accept-encoding gzip}  -getheaders {content-encoding} -getbody 1 GET
/ns_adp_compress.adp]
    binary scan [lindex $response 2] "H*" values
    list [lindex $response 0] [lindex $response 1] [regexp -all
-inline {..} $values]

---- Result was:
200 gzip {1f 8b 08 00 00 00 00 00 00 03 2b c9 c8 2c 56 00 a2 44 85 92
d4 e2 12 00 ea e7 1e 0d 0e 00 00 00}
---- Result should have been (exact matching):
200 gzip {1f 8b 08 00 00 00 00 00 00 03 2b c9 c8 2c 56 00 a2 44 85 92
d4 e2 12 00 26 33 05 16 0d 1e e7 ea 00 00 00 0e}
==== ns_adp_conpress-1.2 FAILED



It's tough to know which is right, the code or the test, with no hints
in the commit message... :-)


  
http://naviserver.sourceforge.net/hg/naviserver/log/3fe51589271f/tests/ns_adp_compress.test

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel

Reply via email to