diff options
Diffstat (limited to 'rc/bin/rc-httpd/handlers/cgi')
-rwxr-xr-x | rc/bin/rc-httpd/handlers/cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/rc-httpd/handlers/cgi b/rc/bin/rc-httpd/handlers/cgi index 96707630c..574cd13c3 100755 --- a/rc/bin/rc-httpd/handlers/cgi +++ b/rc/bin/rc-httpd/handlers/cgi @@ -4,7 +4,7 @@ fn filter_headers{ lines='' done=false while(~ $done false){ - line=`{read} + line=`{getline} head=`{echo $line | awk '{print tolower($1)}'} if(~ $head status:*){ tmp=`{echo $line | awk '{$1="" ; print}'} |