projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aac777f
)
CLEANUP: connection: do not include http_ana!
author
Willy Tarreau
<w@1wt.eu>
Wed, 6 Oct 2021 16:57:44 +0000
(18:57 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Wed, 6 Oct 2021 23:41:14 +0000
(
01:41
+0200)
It makes no sense to have http_ana here, that's used at higher levels.
include/haproxy/connection.h
patch
|
blob
|
history
diff --git
a/include/haproxy/connection.h
b/include/haproxy/connection.h
index
d14cdc6
..
27632ba
100644
(file)
--- a/
include/haproxy/connection.h
+++ b/
include/haproxy/connection.h
@@
-28,7
+28,6
@@
#include <haproxy/buf.h>
#include <haproxy/connection-t.h>
#include <haproxy/fd.h>
-#include <haproxy/http_ana.h>
#include <haproxy/list.h>
#include <haproxy/listener-t.h>
#include <haproxy/obj_type.h>