diff options
author | Sebastian Benoit <benno@cvs.openbsd.org> | 2016-08-01 21:15:31 +0000 |
---|---|---|
committer | Sebastian Benoit <benno@cvs.openbsd.org> | 2016-08-01 21:15:31 +0000 |
commit | 5b071877fa3df3e821a155c6ce315d83cbc9bd5d (patch) | |
tree | 754c9aa1b390bd51371e4a646b2384cdef77cd44 /usr.sbin/httpd/http.h | |
parent | 952b95f9ee4d973cab1fe25b9cbd33c4c930a90f (diff) |
sync http.h with relayd
ok reyk@
Diffstat (limited to 'usr.sbin/httpd/http.h')
-rw-r--r-- | usr.sbin/httpd/http.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/httpd/http.h b/usr.sbin/httpd/http.h index 9042342cf76..410704fda12 100644 --- a/usr.sbin/httpd/http.h +++ b/usr.sbin/httpd/http.h @@ -1,4 +1,4 @@ -/* $OpenBSD: http.h,v 1.13 2015/06/11 18:49:09 reyk Exp $ */ +/* $OpenBSD: http.h,v 1.14 2016/08/01 21:15:30 benno Exp $ */ /* * Copyright (c) 2012 - 2015 Reyk Floeter <reyk@openbsd.org> @@ -241,6 +241,7 @@ struct http_descriptor { enum httpmethod http_method; int http_chunked; char *http_version; + unsigned int http_status; /* Rewritten path remains NULL if not used */ char *http_path_alias; |