Merge pull request #1598 from danbev/programmers_guide_typo
Fix typo in programmers-guide.rst
This commit is contained in:
commit
2b70cefd48
|
@ -6,7 +6,7 @@ Architecture
|
||||||
|
|
||||||
The most notable point in nghttp2 library architecture is it does not
|
The most notable point in nghttp2 library architecture is it does not
|
||||||
perform any I/O. nghttp2 only performs HTTP/2 protocol stuff based on
|
perform any I/O. nghttp2 only performs HTTP/2 protocol stuff based on
|
||||||
input byte strings. It will calls callback functions set by
|
input byte strings. It will call callback functions set by
|
||||||
applications while processing input. The output of nghttp2 is just
|
applications while processing input. The output of nghttp2 is just
|
||||||
byte string. An application is responsible to send these output to
|
byte string. An application is responsible to send these output to
|
||||||
the remote peer. The callback functions may be called while producing
|
the remote peer. The callback functions may be called while producing
|
||||||
|
|
Loading…
Reference in New Issue