2
0
Fork 0

[gnutls filter] fix cork handling

personal/stbuehler/wip
Stefan Bühler 2013-06-25 16:20:18 +02:00
parent b9fadd3db3
commit 8f42bbe7b4
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ out:
#ifdef USE_CORK
if (NULL != f->session && corked) {
corked = TRUE;
gnutls_record_uncork(f->session);
gnutls_record_uncork(f->session, 0);
}
#endif