diff options
Diffstat (limited to 'methods/server.h')
-rw-r--r-- | methods/server.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/methods/server.h b/methods/server.h index 63acceae6..c3adba87a 100644 --- a/methods/server.h +++ b/methods/server.h @@ -51,6 +51,7 @@ struct ServerState enum {Header, Data} State; bool Persistent; bool PipelineAllowed; + bool RangesAllowed; std::string Location; // This is a Persistent attribute of the server itself. |