aboutsummaryrefslogtreecommitdiffstats
path: root/include/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/http.h')
-rw-r--r--include/http.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/http.h b/include/http.h
index 7e79ed2c1..b53ac9f9f 100644
--- a/include/http.h
+++ b/include/http.h
@@ -51,7 +51,8 @@ typedef enum {
enum { /* put flag values into an enum, so that gdb can display them */
HTTP_FLAG_TRY_PROXY = 1,
- HTTP_FLAG_NO_SHUTDOWN = 2
+ HTTP_FLAG_NO_SHUTDOWN = 2,
+ HTTP_FLAG_TRY_SRV = 3
};
struct http_context {