mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Switches content type from application/xml+llsd to application/llsd+xml on outgoing requests.
* Monitors / for getting the seed cap for rez_avatar/request on application/llsd+xml && application/xml+llsd && !application/xml * Experimental, this might break LibOMV temporarily.
This commit is contained in:
@@ -650,7 +650,7 @@ namespace OpenSim.Framework.Servers
|
||||
llsdResponse = GenerateNoLLSDHandlerResponse();
|
||||
}
|
||||
|
||||
response.ContentType = "application/xml+llsd";
|
||||
response.ContentType = "application/llsd+xml";
|
||||
|
||||
byte[] buffer = LLSDParser.SerializeXmlBytes(llsdResponse);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user