summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/httpoptions.h
diff options
context:
space:
mode:
authorMonty Brandenberg <monty@lindenlab.com>2012-07-13 18:24:49 -0400
committerMonty Brandenberg <monty@lindenlab.com>2012-07-13 18:24:49 -0400
commit5eb5dc6b27c57f1c3e77fc04b471614968620068 (patch)
tree2245f56aaa5ecd15951dd30f0439566ca7653c82 /indra/llcorehttp/httpoptions.h
parentd45b2e7caece787dce4be501b103432c0f06c0f2 (diff)
SH-3241 validate that request headers are correct
First round of integration tests. Added a request header 'reflector' to the web server to sent the client's headers back with a 'X-Reflect-' prefix. Use boost::regex to check various headers. Run a test on a simple GET and a byte-ranged GET a la texture fetch.
Diffstat (limited to 'indra/llcorehttp/httpoptions.h')
-rw-r--r--indra/llcorehttp/httpoptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcorehttp/httpoptions.h b/indra/llcorehttp/httpoptions.h
index a0b2253c11..97e46a8cd3 100644
--- a/indra/llcorehttp/httpoptions.h
+++ b/indra/llcorehttp/httpoptions.h
@@ -68,7 +68,7 @@ protected:
void operator=(const HttpOptions &); // Not defined
public:
- void setWantHeaders();
+ void setWantHeaders(bool wanted);
bool getWantHeaders() const
{
return mWantHeaders;