[Mono-devel-list] .NET Remoting through proxy server

Lluis Sanchez lluis at ximian.com
Tue Jul 19 08:00:45 EDT 2005


El dv 15 de 07 del 2005 a les 20:24 -0600, en/na McWhorter, Eric va
escriure:
> Squid 2.5, .NET 2 b 2, Mono 1.1.8.2
> 
> I took the example code from chapter 2 of Advanced .NET Remoting and am
> trying to run it with the client and server on different sides of a
> firewall, using Squid 2.5 as the proxy server.  Everything works fine
> without the proxy, but if I try to use the proxy I see some HTTP
> messages exchanged then things break down.  The Microsoft-compiled code
> sends HTTP 1.1, but the Mono-compiled code sends HTTP 1.0.  My company's
> Squid expert claims Squid doesn't play well with HTTP 1.0, and when I
> asked why he handed me a rather thick book on proxy servers.
> 
> My question is, can Mono send HTTP 1.1 when using a HttpServerChannel to
> do .NET Remoting or am I stuck with HTTP 1.0? 

Right now the HttpServerChannel only supports HTTP 1.0. However, feel
free to file a bug report about that. We may eventually fix this at some
point.

Lluis.

> 
> Thanks!
> --
> Eric McWhorter
> RightNow Technologies
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list




More information about the Mono-devel-list mailing list