[Mono-bugs] [Bug 346635] HttpWebRequest: SSL channel set-up too early when buffering

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Dec 7 01:04:37 EST 2007


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

User gert.driesen at pandora.be added comment
https://bugzilla.novell.com/show_bug.cgi?id=346635#c3


Gert Driesen <gert.driesen at pandora.be> changed:

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




--- Comment #3 from Gert Driesen <gert.driesen at pandora.be>  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.


More information about the mono-bugs mailing list