http://bugzilla.novell.com/show_bug.cgi?id=465613

User [email protected] added comment
http://bugzilla.novell.com/show_bug.cgi?id=465613#c3


Gert Driesen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |[email protected]
         Resolution|FIXED                       |




--- Comment #3 from Gert Driesen <[email protected]>  2009-06-05 16:51:09 
MDT ---
MS only throws a ProtocolViolationException when:
(taken from MSDN)

===

The Method property is GET or HEAD.

-or- 

KeepAlive is true, AllowWriteStreamBuffering is false, ContentLength is -1,
SendChunked is false, and Method is POST or PUT. 

===

I verified that - for the second case - no ProtocolViolationException is thrown
if KeepAlive is false.

I'll add a unit test named "BeginGetRequestStream_NoBuffering" for this later
today, and mark it NotWorking.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to