libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

check_record_pending.c (170B)


      1 enum MHD_Bool
      2 (*check_record_pending)(void *cls,
      3                         struct MHD_TLS_ConnectionState *cs);
      4 
      5 see:
      6 gnutls_record_check_pending (connection->tls_session)