1
次のヘッダーを送信するM2Mプロジェクトがあります。lighttpd force close connection
HTTP/1.1
Accept-Language: zh-cn
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
Host: xxx.xxx.xxx.xxx:xxxx
RANGE:bytes=0-1023
Connection: Keep-Alive
ApacheとISSは関係なく、keep-alive
への要求の、応答ヘッダにconnection : close
を持っています。 Lighttpd私は接続が生き続けるか、connection : close
を送信しないので、実際に正しく動作していると想定しています。 M2Mマシンが動作するためには、実際に接続を閉じる必要があります。試しました
setenv.add-response-header = ("connection" => "close")
これは無視されていますが、接続を強制的に強制しますか?