Update README.rst

This commit is contained in:
Tatsuhiro Tsujikawa 2014-03-04 01:16:15 +09:00
parent 5cfb51c881
commit 60fc117c9c
1 changed files with 2 additions and 0 deletions

View File

@ -463,6 +463,8 @@ is as follows::
The above example issued total 1000 requests, using 10 concurrent
clients (thus 10 HTTP/2 sessions), and maximum 10 streams per client.
With ``-t`` option, ``h2load`` will use multiple native threads to
avoid saturating single core on client side.
.. warning::