[Pidgin] #5212: MSNP14 hangs on connection to login.live.com

Pidgin trac at pidgin.im
Wed May 14 03:44:37 EDT 2008


#5212: MSNP14 hangs on connection to login.live.com
--------------------------+-------------------------------------------------
  Reporter:  NTAuthority  |       Owner:  khc             
      Type:  defect       |      Status:  new             
  Priority:  minor        |   Milestone:  Activate MSNPV14
 Component:  MSN          |     Version:  2.4.0           
Resolution:               |    Keywords:                  
   Pending:  0            |  
--------------------------+-------------------------------------------------
Comment (by tomgr):

 There is, but it occurs after all the data has been received. With the
 buffer size set to 16000 (or so) the entire packet from the login.live.com
 server is received in one call to purple_ssl_read. The next call to it
 (which always occurs thanks to the while (!error) technique) returns an
 error and under the old scheme would then discard the received data and
 not bother to process it. The new one, having received the error still
 attempts to process the data.

-- 
Ticket URL: <http://developer.pidgin.im/ticket/5212#comment:20>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list