haproxy/include
Thierry FOURNIER 933e5deb2b MEDIUM: map: uses HAProxy facilities to store default value
The default value is stored in a special struct that describe the
map. This default value is parsed with special parser. This is
useless because HAProxy provides a space to store the default
value (the args) and HAProxy provides also standard parser for
the input types (args again).

This patch remove this special storage and replace it by an argument.
In other way the args of maps are declared as the expected type in
place of strings.
2015-03-13 14:10:30 +01:00
..
common BUG/MEDIUM: lua: segfault with buffer_replace2 2015-03-09 18:12:59 +01:00
import
proto REORG: connection: move conn_drain() to connection.c and rename it 2015-03-13 00:42:48 +01:00
types MEDIUM: map: uses HAProxy facilities to store default value 2015-03-13 14:10:30 +01:00