Browse Source

Update Lwan to a version that supports request pipelining.

Leandro Pereira 10 years ago
parent
commit
0534462805
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/C/lwan/install.sh

+ 1 - 1
frameworks/C/lwan/install.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 #!/bin/bash
 
 
-REV='8ae98d2b6e146948a7ed13e76141e0f69228d690'
+REV='49607addb31879e2aa2b701317773674662315aa'
 
 
 INSTALLED_FILE="${IROOT}/lwan-${REV}.installed"
 INSTALLED_FILE="${IROOT}/lwan-${REV}.installed"
 RETCODE=$(fw_exists ${INSTALLED_FILE})
 RETCODE=$(fw_exists ${INSTALLED_FILE})