diff options
Diffstat (limited to 'indra/llcorehttp/_httppolicyclass.h')
-rwxr-xr-x | indra/llcorehttp/_httppolicyclass.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcorehttp/_httppolicyclass.h b/indra/llcorehttp/_httppolicyclass.h index 69fb459d22..38f1194ded 100755 --- a/indra/llcorehttp/_httppolicyclass.h +++ b/indra/llcorehttp/_httppolicyclass.h @@ -63,6 +63,7 @@ public: long mConnectionLimit; long mPerHostConnectionLimit; long mPipelining; + long mThrottleRate; }; // end class HttpPolicyClass } // end namespace LLCore |