https://bugzilla.novell.com/show_bug.cgi?id=346635

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=346635#c3


Gert Driesen <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
            Summary|HttpWebRequest: SSL implementation differences  
|HttpWebRequest: SSL channel set-up too early
                   |                                                |when 
buffering




--- Comment #3 from Gert Driesen <[EMAIL PROTECTED]>  2007-12-06 23:04:37 MST 
---
The problem appears to be related to write stream buffering. On Mono, the SSL
channel appears to be setup immediately when writing to the request stream if
AllowWriteStreamBuffering is true. On MS, this only happens when retrieving the
response.

When AllowWriteStreamBuffering is false, then the SSL channel must of course be
created immediately. This works fine, but WebException.Status is not set
correctly.


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

Reply via email to