Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/ssl_gnutls.c

    r83e47ec rd43d55a  
    135135        gnutls_certificate_allocate_credentials( &conn->xcred );
    136136        gnutls_init( &conn->session, GNUTLS_CLIENT );
     137        gnutls_transport_set_lowat( conn->session, 1 );
    137138        gnutls_set_default_priority( conn->session );
    138139        gnutls_credentials_set( conn->session, GNUTLS_CRD_CERTIFICATE, conn->xcred );
Note: See TracChangeset for help on using the changeset viewer.