[Mono-bugs] [Bug 73173][Maj] Changed - Server remoting using HttpChannel will fail
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 8 Mar 2005 08:47:21 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73173
--- shadow/73173 2005-03-01 17:05:10.000000000 -0500
+++ shadow/73173.tmp.32040 2005-03-08 08:47:21.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 73173
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details: Windows XP
-Status: NEW
+Status: NEEDINFO
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: ssaidwho@hotmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -127,6 +127,10 @@
Note: We tried replacing HttpChannel with TcpChannel and found TcpChannel
to be much more functional. Both compiled with .NET, client run with Mono,
server run with .NET would always work, client run with Mono, server run
with Mono would always work, but occasionally Mono-run server with .NET-run
client would throw an exception. However HttpChannel-like behavior was
never exhibited.
+
+------- Additional Comments From lluis@ximian.com 2005-03-08 08:47 -------
+I can't reproduce this bug. The test case works for me (both using
+.net and mono clients). Can you try again using mono from SVN?