One more debug message. Don't use this unless your name is nebadon.
							parent
							
								
									5548f83750
								
							
						
					
					
						commit
						af2e12d2b4
					
				| 
						 | 
				
			
			@ -466,7 +466,10 @@ namespace OpenSim.Server.Handlers.Simulation
 | 
			
		|||
                inputStream = new GZipStream(request, CompressionMode.Decompress);
 | 
			
		||||
            }
 | 
			
		||||
            else
 | 
			
		||||
            {
 | 
			
		||||
                m_log.DebugFormat("[XXX]: Update called with {0}", httpRequest.ContentType);
 | 
			
		||||
                inputStream = request;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            Encoding encoding = Encoding.UTF8;
 | 
			
		||||
            StreamReader reader = new StreamReader(inputStream, encoding);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue