[gnutls filter] fix cork handling
parent
b9fadd3db3
commit
8f42bbe7b4
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue