This commit is contained in:
Tatsuhiro Tsujikawa 2016-09-23 22:23:48 +09:00
parent 69b53b9aaa
commit 183be9cac9
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ functions, and it also interacts with it via many API function calls.
An application can create as many :type:`nghttp2_session` object as it An application can create as many :type:`nghttp2_session` object as it
wants. But single :type:`nghttp2_session` object must be used by a wants. But single :type:`nghttp2_session` object must be used by a
single thread at the same time. This is not so hard to enforce since single thread at the same time. This is not so hard to enforce since
most event-based architecture applicatons use is single thread per most event-based architecture applications use is single thread per
core, and handling one connection I/O is done by single thread. core, and handling one connection I/O is done by single thread.
To feed input to :type:`nghttp2_session` object, one can use To feed input to :type:`nghttp2_session` object, one can use