Merge pull request #591 from DavidOliver/patch-1

Fix sentence on overriding default timeout in readme
This commit is contained in:
Jakub Roztocil 2017-07-20 07:52:57 +02:00 committed by GitHub
commit d726a4cd92

View File

@ -1510,7 +1510,7 @@ expecting that the request body will be passed through.
And since there's no data nor ``EOF``, it will be stuck. So unless you're And since there's no data nor ``EOF``, it will be stuck. So unless you're
piping some data to HTTPie, this flag should be used in scripts. piping some data to HTTPie, this flag should be used in scripts.
Also, it's might be good to override the default ``30`` second ``--timeout`` to Also, it might be good to override the default ``30`` second ``--timeout`` to
something that suits you. something that suits you.