Re: [mono-android] UnSafeHeaderParsing

2012-03-01 Thread Daved
Thanks for replying. I ended up solving this problem by using a socket. That way, then I can deal with the headers myself. Thanks, -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/UnSafeHeaderParsing-tp5526233p5529243.html Sent from the Mono for Android mailing list

Re: [mono-android] UnSafeHeaderParsing

2012-03-01 Thread Jonathan Pryor
On Feb 29, 2012, at 5:18 PM, Daved wrote: > I am trying to communicate with a server that sends back invalid html > headers. In .Net, I solved this problem with setting UseUnsafeHeaderParsing > to true. How can I accomplish this same task in MonoDroid. I am using an > HttpWebRequest. The UseUnsafe

[mono-android] UnSafeHeaderParsing

2012-02-29 Thread Daved
I am trying to communicate with a server that sends back invalid html headers. In .Net, I solved this problem with setting UseUnsafeHeaderParsing to true. How can I accomplish this same task in MonoDroid. I am using an HttpWebRequest. -- View this message in context: http://mono-for-android.10471