bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #42781] In the case of HTTPS NSURLConnection doesn't report to it's


From: Richard Frith-Macdonald
Subject: [bug #42781] In the case of HTTPS NSURLConnection doesn't report to it's delegate about a refused connection
Date: Mon, 28 Jul 2014 09:37:52 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/7.0.5 Safari/537.77.4

Follow-up Comment #3, bug #42781 (project gnustep):

I can't reproduce the problem but my best guess is that somehow ostream is
being released, without clearing the ivar, before we can handle the event.
If that's happening as a result of the event sent to istream immediately
before, then retaining ostream before sending the event might be sufficient to
prevent the crash.
I added such a hack ... please see if it solves the problem.
If not, could you perhaps produce a testcase I can run under debug to try to
track down exactly what sequence of events is causing thew problem.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?42781>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]