Browse Source

Lwan: Fix validation for "queries" request

For round 13, the validation for the "queries" requests were expecting
a JSON response if the "queries" parameter was not passed.  Newer Lwan
test fixes this by assuming it's 1 if that parameter is absent.
Leandro Pereira 9 years ago
parent
commit
3e70d22aa4
1 changed files with 1 additions and 2 deletions
  1. 1 2
      toolset/setup/linux/frameworks/lwan.sh

+ 1 - 2
toolset/setup/linux/frameworks/lwan.sh

@@ -5,8 +5,7 @@ RETCODE=$(fw_exists ${IROOT}/lwan.installed)
   source $IROOT/lwan.installed
   return 0; }
 
-#REV='49607addb31879e2aa2b701317773674662315aa'
-REV='0a4af6feb3ba1a7a7d6aa122456dd78c4a29853b'
+REV='f1cd15c1a1bd15791c9f321fdc8c3ddb8d0e3799'
 LWAN_HOME=$IROOT/lwan
 
 [ ! -e $IROOT/lwan.installed -a -d $LWAN_HOME ] && rm -rf $LWAN_HOME