]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: frontend: move some stream initialisation to stream_new()
authorWilly Tarreau <w@1wt.eu>
Sun, 5 Apr 2015 10:03:54 +0000 (12:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 Apr 2015 09:37:35 +0000 (11:37 +0200)
commit99eb0f13bc08311912cec6e6b0893f634b78664c
tree4401ddba623babe16fa7cb0c60debb233980fd10
parent02d863866d9dd8040a82509133b3aea79ab24e29
MEDIUM: frontend: move some stream initialisation to stream_new()

This is mostly what is related to logging, and which is more of
a stream initialization than anything frontend-specific.
src/frontend.c
src/stream.c