diff options
Diffstat (limited to 'OpenSim/Capabilities')
-rw-r--r-- | OpenSim/Capabilities/LLSDStreamHandler.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Capabilities/LLSDStreamHandler.cs b/OpenSim/Capabilities/LLSDStreamHandler.cs index f5c728c..5df24b2 100644 --- a/OpenSim/Capabilities/LLSDStreamHandler.cs +++ b/OpenSim/Capabilities/LLSDStreamHandler.cs | |||
@@ -66,9 +66,7 @@ namespace OpenSim.Framework.Capabilities | |||
66 | 66 | ||
67 | TResponse response = m_method(llsdRequest); | 67 | TResponse response = m_method(llsdRequest); |
68 | 68 | ||
69 | Encoding encoding = new UTF8Encoding(false); | 69 | return Util.UTF8NoBomEncoding.GetBytes(LLSDHelpers.SerialiseLLSDReply(response)); |
70 | |||
71 | return encoding.GetBytes(LLSDHelpers.SerialiseLLSDReply(response)); | ||
72 | } | 70 | } |
73 | } | 71 | } |
74 | } | 72 | } |