Skip to content
Snippets Groups Projects
  1. Jun 21, 2015
  2. Jun 20, 2015
  3. Jun 17, 2015
  4. Jun 15, 2015
  5. Jun 14, 2015
    • wm4's avatar
      tls_gnutls: fix hang on disconnection · 74ea1167
      wm4 authored
      
      GNUTLS_SHUT_RDWR means GnuTLS will keep waiting for the server's
      termination reply. But since we don't shutdown the TCP connection at
      this point yet, GnuTLS will just keep skipping actual data from the
      server, which basically is perceived as hang.
      
      Use GNUTLS_SHUT_WR instead, which doesn't have this problem.
      
      Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
      74ea1167
  6. Jun 12, 2015
  7. Jun 10, 2015
  8. Jun 09, 2015
  9. Jun 08, 2015
Loading