mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
The region proxy for the load balancer module works again. The incoming proxy messages were not properly decoded.
This commit is contained in:
@@ -47,12 +47,6 @@ namespace OpenSim.Framework
|
||||
{
|
||||
bytes[numBytes++] = b;
|
||||
}
|
||||
|
||||
int x = numBytes;
|
||||
|
||||
DecodeProxyMessage(bytes, ref numBytes);
|
||||
|
||||
numBytes = x;
|
||||
}
|
||||
|
||||
public static IPEndPoint DecodeProxyMessage(byte[] bytes, ref int numBytes)
|
||||
|
||||
Reference in New Issue
Block a user