diff options
author | Rider Linden <none@none> | 2015-03-25 11:31:11 -0700 |
---|---|---|
committer | Rider Linden <none@none> | 2015-03-25 11:31:11 -0700 |
commit | e140118fc41b79e403b299cabe1653af1971e87a (patch) | |
tree | a67ab5d98aaec4e6be50ddf67c537a799fcc8d15 /indra/newview/llappcorehttp.h | |
parent | 3c46c6bcf2afcac5e0d6f435480cbee5c3136f63 (diff) |
Replace appearance responder with new LLCore Appearance Handler.
Prep for some slight cleanup of the code.
Add AP_AVATAR Policy
Diffstat (limited to 'indra/newview/llappcorehttp.h')
-rwxr-xr-x | indra/newview/llappcorehttp.h | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/indra/newview/llappcorehttp.h b/indra/newview/llappcorehttp.h index b636c3b43c..95b56100a6 100755 --- a/indra/newview/llappcorehttp.h +++ b/indra/newview/llappcorehttp.h @@ -175,7 +175,18 @@ public: /// Request rate: low /// Pipelined: no AP_MATERIALS, - + + /// Appearance resource requests and puts. + /// + /// Destination: simhost:12043 + /// Protocol: https: + /// Transfer size: KB + /// Long poll: no + /// Concurrency: mid + /// Request rate: low + /// Pipelined: yes + AP_AVATAR, + AP_COUNT // Must be last }; |