Ignore:
Timestamp:
Aug 28, 2019 12:02:50 PM (4 years ago)
Author:
riza
Message:

Fixed #2221: When using Openssl as TLS backend, close notify alert is not sent before closing the connection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/ssl_sock_imp_common.c

    r6004 r6054  
    12821282    pj_ioqueue_op_key_init(&ssock->handshake_op_key, 
    12831283                           sizeof(pj_ioqueue_op_key_t)); 
     1284    pj_ioqueue_op_key_init(&ssock->shutdown_op_key, 
     1285                           sizeof(pj_ioqueue_op_key_t)); 
    12841286 
    12851287    /* Create secure socket mutex */ 
Note: See TracChangeset for help on using the changeset viewer.