deleted QSE_HTTPD_SERVERSTD_EXPECT100 and improved 'Expect:' handling to return '417 Expectation Failed' for unknown expecttion

This commit is contained in:
2013-03-22 14:48:57 +00:00
parent d5603febaa
commit 433b0da96d
7 changed files with 27 additions and 34 deletions

View File

@ -427,11 +427,6 @@ static int query_server (
ssl->keyfile = server_xtn->scfg[SCFG_SSLKEYFILE];
return 0;
}
else if (code == QSE_HTTPD_SERVERSTD_EXPECT100)
{
*(int*)result = 100;
return 0;
}
if (req)
{