]> git.kaiwu.me - haproxy.git/commit
[BUG/CLEANUP] cookiedomain -> cookie_domain rename + free(p->cookie_domain)
authorKrzysztof Piotr Oledzki <ole@ans.pl>
Thu, 29 May 2008 21:03:34 +0000 (23:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 3 Dec 2009 22:53:58 +0000 (23:53 +0100)
commit4412f9815adfbd03fdec282be047ba6188762487
treeb071a4068c8ea7a7adbc46fe3fcca659f6bc377e
parent8446cdef1cfdd0fe9ccc4367879f95290cf78026
[BUG/CLEANUP] cookiedomain -> cookie_domain rename + free(p->cookie_domain)

Rename cookiedomain -> cookie_domain to be consistent with current
naming scheme. Also make sure cookie_domain is deallocated at deinit()
(cherry picked from commit 1acf2173669e2b82060412b2100943054ed620d5)
include/types/proxy.h
src/cfgparse.c
src/haproxy.c
src/proto_http.c