dingit1024 发表于 2013-5-6 10:08:37

TQ2416移植BOA,cgi_header: unable to find LFLF

TQ2416移植BOA后,执行cgi的demo程序时总是cgi_header: unable to find LFLF

程序
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
int main(void)
{
printf("content-type:text/html\n\n");
printf("hello world!");
return 0;
}
               
在网上搜搜,发现有些2410也有这问题,真纠结
页: [1]
查看完整版本: TQ2416移植BOA,cgi_header: unable to find LFLF