Fix doc
This commit is contained in:
parent
3b17a659f6
commit
e5625b8cf0
|
@ -422,7 +422,7 @@ the ``on_header_callback()`` is called for each name/value pair::
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
In this tutorial, we just print the name/value pairs on stdout.
|
In this tutorial, we just print the name/value pairs on stderr.
|
||||||
|
|
||||||
After the HEADERS frame has been fully received (and thus all response
|
After the HEADERS frame has been fully received (and thus all response
|
||||||
header name/value pairs have been received), the
|
header name/value pairs have been received), the
|
||||||
|
|
Loading…
Reference in New Issue