[Mono-list] HttpWebRequest differently compared to HttpWebRequest on .Net.

2012-03-09 Thread marten.ekb...@relevo.se
I have created a client app that communicates with a web service that uses the Comet way of sending events to a client. To do that I start a “long-living” HttpWebRequest to the server. The server communicates back to the client by sending chunked content (Transfer-Encoding: chunked). Individual eve

Re: [Mono-list] HttpWebRequest differently compared to HttpWebRequest on .Net.

2012-03-13 Thread Gonzalo Paniagua Javier
On Fri, Mar 9, 2012 at 4:37 AM, marten.ekb...@relevo.se wrote: > I have created a client app that communicates with a web service that uses > the Comet way of sending events to a client. To do that I start a > “long-living” HttpWebRequest to the server. The server communicates back to > the client

Re: [Mono-list] HttpWebRequest differently compared to HttpWebRequest on .Net.

2012-03-13 Thread marten.ekb...@relevo.se
I run on 2-10-8. What version do I need? /mårten Skickat från min iPad 13 mar 2012 kl. 17:09 skrev "GonzaloP [via Mono]" mailto:ml-node+s1490590n4469464...@n4.nabble.com>>: On Fri, Mar 9, 2012 at 4:37 AM, [hidden email] <[hidden email]> wrote: > I have created a client app that communicates w

Re: [Mono-list] HttpWebRequest differently compared to HttpWebRequest on .Net.

2012-03-14 Thread Gonzalo Paniagua Javier
On Tue, Mar 13, 2012 at 12:21 PM, marten.ekb...@relevo.se wrote: > I run on 2-10-8. What version do I need? There is no released version with this fix yet. If you want packages you will have to wait for the next 2.10.x Mono (or the next one if they already tagged it). -Gonzlao __