mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Add the headers collection to the keysvals for HTT requests
This commit is contained in:
@@ -417,6 +417,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
// }
|
||||
|
||||
keysvals.Add("requestbody", requestBody);
|
||||
keysvals.Add("headers",headervals);
|
||||
if (keysvals.Contains("method"))
|
||||
{
|
||||
//m_log.Warn("[HTTP]: Contains Method");
|
||||
|
||||
Reference in New Issue
Block a user