From: Nikos Mavrogiannopoulos Date: Sun, 13 Mar 2016 19:55:02 +0000 (+0100) Subject: doc update: gnutls_handshake_set_false_start_function() [ci skip] X-Git-Tag: gnutls_3_5_0~257 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8a228bb9f7c652458133c3ef3d4ff17ba70188f;p=thirdparty%2Fgnutls.git doc update: gnutls_handshake_set_false_start_function() [ci skip] --- diff --git a/lib/handshake.c b/lib/handshake.c index d54bc264e1..adb85f1795 100644 --- a/lib/handshake.c +++ b/lib/handshake.c @@ -2425,7 +2425,8 @@ int gnutls_rehandshake(gnutls_session_t session) * after the client's side of the handshake is complete. That is, * it can be used to send data before gnutls_handshake() completes * (i.e., before the peer's Finished message is received) - * and reduce the handshake to a single round-trip. + * and reduce the handshake to a single round-trip. The callback + * must only be used to send data using gnutls_record_send(). * * This callback must return 0 on success or a gnutls error code to * terminate the handshake. Typically it should include a call to