Both trunk and release. I think it's because the response isn't xml-llsd (it's html) but it's being fed to the xml doo-hickey.
Unhandled Exception: System.Xml.XmlException: Root element is missing.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlTextReader.Read()
at libsecondlife.LLSD.LLSDParser.DeserializeXml(XmlTextReader xmlData) in C:\
dev\libsl\branches\release\libsecondlife\LLSD\XmlLLSD.cs:line 24
at libsecondlife.LLSD.LLSDParser.DeserializeXml(Byte[] xmlData) in C:\dev\lib
sl\branches\release\libsecondlife\LLSD\XmlLLSD.cs:line 19
at SLProxy.Proxy.ProxyCaps(NetworkStream netStream, String meth, String uri,
Dictionary`2 headers, Byte[] content, Int32 reqNo) in C:\dev\libsl\branches\rele
ase\SLProxy\SLProxy.cs:line 593
at SLProxy.Proxy.ProxyHTTP(Socket client) in C:\dev\libsl\branches\release\SL
Proxy\SLProxy.cs:line 545
at SLProxy.Proxy.<>c_DisplayClass2.<RunLoginProxy>b_0() in C:\dev\libsl\bra
nches\release\SLProxy\SLProxy.cs:line 365
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, C
ontextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
Is this happening with slproxy from release or from trunk?