mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
fix permissions checks on some crossings
This commit is contained in:
@@ -1114,8 +1114,7 @@ namespace OpenSim.Framework
|
||||
{
|
||||
if (resp.ContentLength != 0)
|
||||
{
|
||||
using (Stream respStream = resp.GetResponseStream())
|
||||
using (StreamReader reader = new StreamReader(respStream))
|
||||
using (StreamReader reader = new StreamReader(resp.GetResponseStream()))
|
||||
respstring = reader.ReadToEnd();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user