From: Simon Ruderich Date: Thu, 8 Sep 2011 13:55:58 +0000 (+0200) Subject: src/connection.c: Reduce calls to gnutls_record_get_max_size(). X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=a6f1766d63d80b09de73e2c6d5dedb665925e274;hp=a6f1766d63d80b09de73e2c6d5dedb665925e274;p=tlsproxy%2Ftlsproxy.git src/connection.c: Reduce calls to gnutls_record_get_max_size(). Calling it once per connection is sufficient. ---