Add the headers collection to the keysvals for HTT requests
parent
61aaf3532a
commit
b6b8a18d37
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue