1
0
mirror of https://github.com/moparisthebest/spdylay synced 2024-08-13 17:03:54 -04:00

Updated doc

This commit is contained in:
Tatsuhiro Tsujikawa 2012-04-06 02:34:45 +09:00
parent 828b57c937
commit 08d53318cd

View File

@ -1183,7 +1183,7 @@ void spdylay_session_del(spdylay_session *session);
/**
* @function
*
* Sets the origin tuple (|scheme|, |host| and |port) that the
* Sets the origin tuple (|scheme|, |host| and |port|) that the
* connection is made to and the client certificate is sent in the
* first TLS handshake. This function must be called before any call
* of `spdylay_session_send()` and `spdylay_session_recv()` and be