artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
055a638
)
sync http.h with relayd
author
benno
<benno@openbsd.org>
Mon, 1 Aug 2016 21:15:30 +0000
(21:15 +0000)
committer
benno
<benno@openbsd.org>
Mon, 1 Aug 2016 21:15:30 +0000
(21:15 +0000)
ok reyk@
usr.sbin/httpd/http.h
patch
|
blob
|
history
diff --git
a/usr.sbin/httpd/http.h
b/usr.sbin/httpd/http.h
index
9042342
..
410704f
100644
(file)
--- a/
usr.sbin/httpd/http.h
+++ b/
usr.sbin/httpd/http.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: http.h,v 1.1
3 2015/06/11 18:49:09 reyk Exp $
*/
+/* $OpenBSD: http.h,v 1.1
4 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;