PGSQL: since we mya not have mono, our mono.security.dll must be on bin folder

This commit is contained in:
UbitUmarov
2023-04-11 17:55:28 +01:00
parent 286df1d467
commit 9686af7944
4 changed files with 2 additions and 58 deletions
@@ -628,7 +628,7 @@ namespace OpenSim.Region.CoreModules.Scripting.HttpRequest
Status = (int)response.StatusCode;
byte[] buf = new byte[HttpBodyMaxLenMAX + 16];
int count = 0;
int count;
resStream = response.GetResponseStream();
int totalBodyBytes = 0;