Add the headers collection to the keysvals for HTT requests

remotes/origin/0.6.7-post-fixes
Melanie 2009-09-21 20:21:01 +01:00
parent 61aaf3532a
commit b6b8a18d37
1 changed files with 1 additions and 0 deletions

View File

@ -417,6 +417,7 @@ namespace OpenSim.Framework.Servers.HttpServer
// } // }
keysvals.Add("requestbody", requestBody); keysvals.Add("requestbody", requestBody);
keysvals.Add("headers",headervals);
if (keysvals.Contains("method")) if (keysvals.Contains("method"))
{ {
//m_log.Warn("[HTTP]: Contains Method"); //m_log.Warn("[HTTP]: Contains Method");