长假七天总结[2007.10.1] 10月12日大庆石油学院北极星BBS站元老聚会
Oct 12
作者: 肖建彬 | 可以转载, 转载时务必以超链接形式标明文章原始出处和作者信息及版权声明
网址:http://www.xiaojb.com/archives/it/curl-lighttpd-417.shtml

命令:
curl -D - -F f=@index.html -F s=sdfsaf http://server.com/upload.php

lighttpd服务器总是返回:
HTTP/1.1 417 Expectation Failed
Connection: close
Content-Length: 0
Date: Fri, 12 Oct 2007 09:11:02 GMT
Server: lighttpd/1.4.18

尝试其他的服务器软件(比如nginx),就没有问题,google一下,发现是lighttpd不支持返回“Expect: 100-continue”这样的header,就会以417 “Expectation failed” 来代替。

另:lighttpd 1.5.0没有这个问题。

Tags: ,

Leave a Reply