aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/gnutls_compress_int.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/tls/gnutls_compress_int.c')
-rw-r--r--src/daemon/https/tls/gnutls_compress_int.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/daemon/https/tls/gnutls_compress_int.c b/src/daemon/https/tls/gnutls_compress_int.c
index 2006f8e6..da17b892 100644
--- a/src/daemon/https/tls/gnutls_compress_int.c
+++ b/src/daemon/https/tls/gnutls_compress_int.c
@@ -190,12 +190,6 @@ MHD_gtls_compress (comp_hd_t handle, const opaque * plain,
190 return GNUTLS_E_INTERNAL_ERROR; 190 return GNUTLS_E_INTERNAL_ERROR;
191 } /* switch */ 191 } /* switch */
192 192
193#ifdef COMPRESSION_DEBUG
194 MHD__gnutls_debug_log ("Compression ratio: %f\n",
195 (float) ((float) compressed_size /
196 (float) plain_size));
197#endif
198
199 if ((size_t) compressed_size > max_comp_size) 193 if ((size_t) compressed_size > max_comp_size)
200 { 194 {
201 MHD_gnutls_free (*compressed); 195 MHD_gnutls_free (*compressed);