From f078613fb22ec76391acb58f2509410c67c585e7 Mon Sep 17 00:00:00 2001 From: eeonevision Date: Fri, 29 Nov 2019 19:25:46 +0300 Subject: [PATCH] Removed orphan http constant --- context.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/context.go b/context.go index 3afef312..d14ff6c9 100644 --- a/context.go +++ b/context.go @@ -38,8 +38,6 @@ const ( const abortIndex int8 = math.MaxInt8 / 2 -const httpStatusClientClosedRequest = 499 - // Context is the most important part of gin. It allows us to pass variables between middleware, // manage the flow, validate the JSON of a request and render a JSON response for example. type Context struct {