Skip to content
  • Guillaume Roguez's avatar
    sips: fix send ack · dfb97916
    Guillaume Roguez authored
    send ack message was queued in a queue unstacked in
    the main thread, but this last is busy by application
    waiting for the ack... deadloop!
    This patch fixes this by calling the application ack
    confirmation callback immediatly when the TLS acknowledge
    the ack.
    
    Change-Id: Ic8fe6102acca184d78f86e3e8524382e9b257f4b
    Tuleap: #433
    dfb97916