nghttp2/doc/sources
Tatsuhiro Tsujikawa d0c27d5229 Send 24 bytes client magic byte string by library
Previously nghttp2_session_send() and nghttp2_session_mem_send() did
not send 24 bytes client magic byte string (MAGIC).  We made
nghttp2_session_recv() and nghttp2_session_mem_recv() process MAGIC by
default, so it is natural to make library send MAGIC as well.  This
commit makes nghttp2_session_send() and nghttp2_session_mem_send()
send MAGIC.  This commit also replace "connection preface" with
"client magic", since we call MAGIC as "connection preface" but it is
just a part of connection preface.  NGHTTP2_CLIENT_CONNECTION_PREFACE
macro was replaced with NGHTTP2_CLIENT_MAGIC.  The already deprecated
NGHTTP2_CLIENT_CONNECTION_HEADER macro was removed permanently.
nghttp2_option_set_no_recv_client_preface() was renamed as
nghttp2_option_set_no_recv_client_magic().  NGHTTP2_ERR_BAD_PREFACE
was renamed as NGHTTP2_ERR_BAD_CLIENT_MAGIC.
2015-04-05 23:15:20 +09:00
..
building-android-binary.rst Use clang for android build 2015-01-11 18:50:54 +09:00
contribute.rst Add contribution guidelines 2014-11-27 23:56:29 +09:00
h2load-howto.rst doc: Add h2load-howto.rst 2014-06-27 00:05:49 +09:00
index.rst doc: Split API reference into smaller fine grained files 2015-04-01 01:13:10 +09:00
libnghttp2_asio.rst Document asio linking 2015-03-07 15:55:47 +09:00
nghttpx-howto.rst Update doc 2015-03-11 00:16:29 +09:00
python-apiref.rst Update doc 2015-04-01 23:10:01 +09:00
tutorial-client.rst Send 24 bytes client magic byte string by library 2015-04-05 23:15:20 +09:00
tutorial-hpack.rst doc: Remove note about legacy NULL concatenation of header field 2014-10-28 00:39:46 +09:00
tutorial-server.rst Send 24 bytes client magic byte string by library 2015-04-05 23:15:20 +09:00