diff options
| author | simon <none@none> | 2014-11-03 17:54:24 -0800 |
|---|---|---|
| committer | simon <none@none> | 2014-11-03 17:54:24 -0800 |
| commit | fa7610fea599a98cc6e79d3835a14f8e5ca2b6b1 (patch) | |
| tree | 74633f5e484e24b71c563941b37d5843b688d9c3 /indra/llcorehttp/_httpinternal.h | |
| parent | 4b333e36d1814f1aadf8e57a1810ecdc6a6b9757 (diff) | |
| parent | a669303f8528639b539a793c1dc2d8572beefe80 (diff) | |
Merge downstream code and become 3.7.20
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; |
