mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
send 100 continue code the way ms seems to want
This commit is contained in:
@@ -402,6 +402,7 @@ namespace OSHttpServer
|
||||
throw new BadRequestException("Unknown 'Connection' header type.");
|
||||
break;
|
||||
|
||||
/*
|
||||
case "expect":
|
||||
if (value.Contains("100-continue"))
|
||||
{
|
||||
@@ -409,7 +410,10 @@ namespace OSHttpServer
|
||||
}
|
||||
m_headers.Add(name, value);
|
||||
break;
|
||||
*/
|
||||
case "user-agent":
|
||||
|
||||
break;
|
||||
default:
|
||||
m_headers.Add(name, value);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user