Re: [Mono-dev] HttpWebRequest method patch

2007-01-31 Thread Atsushi Eno
Gert Driesen wrote: - Original Message - From: Robert Jordan [EMAIL PROTECTED] To: mono-devel-list@lists.ximian.com Sent: Monday, January 29, 2007 12:46 PM Subject: Re: [Mono-dev] HttpWebRequest method patch Hi Atsushi, Atsushi Eno wrote: Well, it is very good idea

Re: [Mono-dev] HttpWebRequest method patch

2007-01-31 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: woensdag 31 januari 2007 17:44 To: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] HttpWebRequest method patch Gert Driesen wrote: - Original

Re: [Mono-dev] HttpWebRequest method patch

2007-01-31 Thread Atsushi Eno
Gert Driesen wrote: If you want to make a big deal out of adding a test (which helped to find out how MS exactly behaves, and which was marked NotWorking), then please go ahead. You are likely misunderstanding what NotWorking means. It is used to mark tests on which we should fix our class

Re: [Mono-dev] HttpWebRequest method patch

2007-01-31 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: woensdag 31 januari 2007 18:18 To: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] HttpWebRequest method patch Gert Driesen wrote: If you want to make

Re: [Mono-dev] HttpWebRequest method patch

2007-01-31 Thread Atsushi Eno
Gert Driesen wrote: You are likely misunderstanding what NotWorking means. It is used to mark tests on which we should fix our class libs based on them. There should not be any tests marked as NotWorking while they are for other purposes. Otherwise anyone else might spend his or her time to

Re: [Mono-dev] HttpWebRequest method patch

2007-01-30 Thread Gert Driesen
- Original Message - From: Robert Jordan [EMAIL PROTECTED] To: mono-devel-list@lists.ximian.com Sent: Monday, January 29, 2007 12:46 PM Subject: Re: [Mono-dev] HttpWebRequest method patch Hi Atsushi, Atsushi Eno wrote: Well, it is very good idea to report this BUG to Microsoft

Re: [Mono-dev] HttpWebRequest method patch

2007-01-30 Thread C. Bergström
Gert Driesen wrote: - Original Message - From: Robert Jordan [EMAIL PROTECTED] To: mono-devel-list@lists.ximian.com Sent: Monday, January 29, 2007 12:46 PM Subject: Re: [Mono-dev] HttpWebRequest method patch Hi Atsushi, Atsushi Eno wrote: Well, it is very good idea

Re: [Mono-dev] HttpWebRequest method patch

2007-01-29 Thread Gert Driesen
@lists.ximian.com Sent: Monday, January 29, 2007 12:46 AM Subject: [Mono-dev] HttpWebRequest method patch Hi, I have a patch for HttpWebRequest.cs which might be problematic. HttpWebRequest differentiates request/response stream processing based on the method (POST/PUT etc.). .NET actually handles

Re: [Mono-dev] HttpWebRequest method patch

2007-01-29 Thread Atsushi Eno
tests (later), if you want to. Gert - Original Message - From: Atsushi Eno [EMAIL PROTECTED] To: mono-devel-list@lists.ximian.com Sent: Monday, January 29, 2007 12:46 AM Subject: [Mono-dev] HttpWebRequest method patch Hi, I have a patch for HttpWebRequest.cs which might

Re: [Mono-dev] HttpWebRequest method patch

2007-01-29 Thread Jonathan Pryor
Not speaking about the possible RFC violation, I see one issue with the patch: On Mon, 2007-01-29 at 08:46 +0900, Atsushi Eno wrote: Index: System.Net/HttpWebRequest.cs === --- System.Net/HttpWebRequest.cs(revision 71778)

Re: [Mono-dev] HttpWebRequest method patch

2007-01-29 Thread Robert Jordan
[EMAIL PROTECTED] To: mono-devel-list@lists.ximian.com Sent: Monday, January 29, 2007 12:46 AM Subject: [Mono-dev] HttpWebRequest method patch Hi, I have a patch for HttpWebRequest.cs which might be problematic. HttpWebRequest differentiates request/response stream processing based

Re: [Mono-dev] HttpWebRequest method patch

2007-01-29 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Robert Jordan Sent: maandag 29 januari 2007 12:47 To: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] HttpWebRequest method patch Hi Atsushi, Atsushi Eno wrote: Well