diff options
| author | Oz Linden <oz@lindenlab.com> | 2014-10-28 09:56:57 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2014-10-28 09:56:57 -0400 |
| commit | fe89c9ed76984214b21d2d37aa10ea83720af5d6 (patch) | |
| tree | 9c00fe62b0cebcbe7624d3798f46555c6e35a7d2 /indra/llcorehttp/_httpinternal.h | |
| parent | a837281a77c70c9a28c3edc0ed0603a7d7ade511 (diff) | |
| parent | 02e2235277a90f2e291557a429ae4e5de3e0d3b6 (diff) | |
merge changes for 3.7.19-release
Diffstat (limited to 'indra/llcorehttp/_httpinternal.h')
| -rwxr-xr-x | indra/llcorehttp/_httpinternal.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/llcorehttp/_httpinternal.h b/indra/llcorehttp/_httpinternal.h index f80d7f60f5..a2a60ca056 100755 --- a/indra/llcorehttp/_httpinternal.h +++ b/indra/llcorehttp/_httpinternal.h @@ -145,8 +145,11 @@ const int HTTP_CONNECTION_LIMIT_DEFAULT = 8; const int HTTP_CONNECTION_LIMIT_MIN = 1; const int HTTP_CONNECTION_LIMIT_MAX = 256; -// Miscellaneous defaults +// Pipelining limits const long HTTP_PIPELINING_DEFAULT = 0L; +const long HTTP_PIPELINING_MAX = 20L; + +// Miscellaneous defaults const bool HTTP_USE_RETRY_AFTER_DEFAULT = true; const long HTTP_THROTTLE_RATE_DEFAULT = 0L; |
