ObjFW  Hex Artifact Content

Artifact ba84ecba170957e492db8c27e67fda162a6f4b5b14fa0a23179f39299d1c56d2:

  • File src/tls/OFGnuTLSTLSStream.m — part of check-in [1a3613d573] at 2023-09-10 12:11:53 on branch trunk — More consistency between TLS implementations

    While GnuTLS and SecureTransport haven't shown in practice to need this,
    this makes it more robust for future changes in those. In theory, both
    could return less data on a read than they have buffered, meaning the
    delimiter is not found but in the buffered data, which would then make
    them have the same issue OpenSSL had with hanging connections (though
    there the problem was that the BIO was not processed and never would
    without the same change as in this commit). (user: js, size: 9629) [annotate] [blame] [check-ins using] [more...]


A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.