mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Added http-method to the hashtable that gets passed to GenericHTTPMethods.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user