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

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


Robert Jordan <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|NEW                                             |NEEDINFO
      Info Provider|                                                |[EMAIL 
PROTECTED]




--- Comment #11 from Robert Jordan <[EMAIL PROTECTED]>  2008-06-18 11:29:09 MDT 
---
Maciej, your code is still buggy:

       public void ProcessMessage (IMessage msg, ITransportHeaders
requestHeaders,
            Stream requestStream, out ITransportHeaders responseHeaders, out
Stream responseStream)
        {
            //first check whether secure connection is setup
            if (!IsConnectionSecured ())
            {
                lock (m_padlock)
                {
                    //setup secure connection


--->                    SetupSecureConnection (msg);
                }
            }


SetupSecureConnection is passing an empty request stream to the next sink.


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

Reply via email to