diff options
Diffstat (limited to 'include/http.h')
-rw-r--r-- | include/http.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/http.h b/include/http.h index 5cfd4b396..3d13f8266 100644 --- a/include/http.h +++ b/include/http.h @@ -50,7 +50,8 @@ typedef enum { } HTTP_REQ_TYPE; enum { /* put flag values into an enum, so that gdb can display them */ - HTTP_FLAG_TRY_PROXY = 1 + HTTP_FLAG_TRY_PROXY = 1, + HTTP_FLAG_NO_SHUTDOWN = 2, }; struct http_context { |