Browse Source

tags/2021-05-28
jules 17 years ago
parent
commit
61dbcbe31d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/juce_core/io/network/juce_URL.h

+ 1
- 1
src/juce_core/io/network/juce_URL.h View File

@@ -163,7 +163,7 @@ public:
are used for the request. It must therefore be a valid set of HTML
header directives, separated by newlines.
@param connectionTimeOutMs if 0, this will use whatever default setting the OS chooses. If
a negative number, it will be infinite. Otherwise it specifies a
a negative number, it will be infinite. Otherwise it specifies a
time in milliseconds.
*/
InputStream* createInputStream (const bool usePostCommand,


Loading…
Cancel
Save