diff options
Diffstat (limited to 'weed/util/constants.go')
| -rw-r--r-- | weed/util/constants.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/util/constants.go b/weed/util/constants.go index ea80337cd..8037f60c9 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -4,6 +4,8 @@ import ( "fmt" ) +const HttpStatusCancelled = 499 + var ( VERSION_NUMBER = fmt.Sprintf("%.02f", 3.62) VERSION = sizeLimit + " " + VERSION_NUMBER |
