https://bugs.winehq.org/show_bug.cgi?id=37500 Nikos Mavrogiannopoulos <nmav(a)redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nmav(a)redhat.com --- Comment #28 from Nikos Mavrogiannopoulos <nmav(a)redhat.com> --- Hi, I quickly glimpsed at the issue. It seems the application is trying to send a larger packet than what can be transmitted in a single record. For that I think the simplest is to make a loop around gnutls_record_send() to ensure that all the requested data sent. The issue may be that the application is negotiating SHA256 as MAC, which is 32-bytes instead of the 16-byte SHA1. That reduces the space for data by 16 bytes, and that makes the numbers seen: 16384-16=16368. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.