Added http-method to the hashtable that gets passed to GenericHTTPMethods.
parent
cc3e1cc752
commit
fe20ff8072
|
@ -1074,7 +1074,7 @@ namespace OpenSim.Framework.Servers
|
|||
keysvals.Add("body", requestBody);
|
||||
keysvals.Add("uri", request.RawUrl);
|
||||
keysvals.Add("content-type", request.ContentType);
|
||||
|
||||
keysvals.Add("http-method", request.HttpMethod);
|
||||
|
||||
foreach (string queryname in querystringkeys)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue