]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: http: remove unused http_msg->col
authorWilly Tarreau <w@1wt.eu>
Fri, 9 Mar 2012 20:28:54 +0000 (21:28 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 10:28:11 +0000 (12:28 +0200)
commitfa4a03ca08431a974e1ccb493b2e2adea1ac33df
tree7706db8a1601a1471fe19d9ff9fb6cde6202bad1
parentea1175a687eff6800928549488caf9398206479f
CLEANUP: http: remove unused http_msg->col

The <col> element of the struct http_msg has not been used for a long
time now, remove it.
include/proto/proto_http.h
include/types/proto_http.h
src/proto_http.c