diff options
Diffstat (limited to 'library/cpp/http/fetch/httpheader.cpp')
| -rw-r--r-- | library/cpp/http/fetch/httpheader.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/library/cpp/http/fetch/httpheader.cpp b/library/cpp/http/fetch/httpheader.cpp index a01931d3582..7d2225b8b7a 100644 --- a/library/cpp/http/fetch/httpheader.cpp +++ b/library/cpp/http/fetch/httpheader.cpp @@ -1,7 +1,7 @@ -#include "httpheader.h" - +#include "httpheader.h" + const i64 DEFAULT_RETRY_AFTER = -1; -const i64 DEFAULT_IF_MODIFIED_SINCE = -1; -const i32 DEFAULT_MAX_AGE = -1; -const i8 DEFAULT_REQUEST_PRIORITY = -1; -const i32 DEFAULT_RESPONSE_TIMEOUT = -1; +const i64 DEFAULT_IF_MODIFIED_SINCE = -1; +const i32 DEFAULT_MAX_AGE = -1; +const i8 DEFAULT_REQUEST_PRIORITY = -1; +const i32 DEFAULT_RESPONSE_TIMEOUT = -1; |
