diff options
author | Monty Brandenberg <monty@lindenlab.com> | 2012-06-19 17:12:20 -0400 |
---|---|---|
committer | Monty Brandenberg <monty@lindenlab.com> | 2012-06-19 17:12:20 -0400 |
commit | 6b4fe9fadc2301eb13a2854457b67fbebe045b08 (patch) | |
tree | 81b2b25ae98d1d0d0df14ae3f1ba86ec9cfdc8bb /indra/llcorehttp/_httpoprequest.h | |
parent | a50944e078b98435685f04eda0ba93e95d4c61f2 (diff) |
When a Content-Range header is received, make available the full triplet of <offset, length, fulllength>.
Diffstat (limited to 'indra/llcorehttp/_httpoprequest.h')
-rw-r--r-- | indra/llcorehttp/_httpoprequest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcorehttp/_httpoprequest.h b/indra/llcorehttp/_httpoprequest.h index f2b709a3a2..5d2417466c 100644 --- a/indra/llcorehttp/_httpoprequest.h +++ b/indra/llcorehttp/_httpoprequest.h @@ -150,6 +150,7 @@ public: BufferArray * mReplyBody; off_t mReplyOffset; size_t mReplyLength; + size_t mReplyFullLength; HttpHeaders * mReplyHeaders; // Policy data |