On Fri, Feb 20, 2009 at 3:53 PM, Peter Tenalp <[email protected]> wrote: > Hi folks, > > I am trying to send a message via the gnutls library, but it seems > that the gnutls_record_send() function appends either one or both of a > CR/LF pair to the outgoing message. How can I avoid this behavior > please?
It doesn't append anything. It sends raw data. Check the functions that call it. regards, Nikos _______________________________________________ Help-gnutls mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnutls
