From d2b189e573f882d17dfc6c70619911093c03b3d4 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 6 Apr 2012 21:29:37 +0900 Subject: [PATCH] Updated doc --- lib/includes/spdylay/spdylay.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/includes/spdylay/spdylay.h b/lib/includes/spdylay/spdylay.h index e03f55e9..08322a4d 100644 --- a/lib/includes/spdylay/spdylay.h +++ b/lib/includes/spdylay/spdylay.h @@ -1126,7 +1126,13 @@ typedef struct { * The :member:`spdylay_session_callbacks.send_callback` must be * specified. If the application code uses `spdylay_session_recv()`, * the :member:`spdylay_session_callbacks.recv_callback` must be - * specified. The other members of |callbacks| can be ``NULL``. + * specified. The other members of |callbacks| can be ``NULL``. To + * use CREDENTIAL frame, specify :macro:`SPDYLAY_PROTO_SPDY3` in + * |version| and specify + * :member:`spdylay_session_callbacks.get_credential_ncerts`, + * :member:`spdylay_session_callbacks.get_credential_cert` and + * :member:`spdylay_session_callbacks.get_credential_proof`. See also + * `spdylay_session_set_initial_client_cert_origin()`. * * This function returns 0 if it succeeds, or one of the following * negative error codes: