]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: standard: add function "encode_chunk"
authorThierry FOURNIER <tfournier@exceliance.fr>
Mon, 17 Mar 2014 11:01:13 +0000 (12:01 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2014 15:38:56 +0000 (16:38 +0100)
commite059ec9393e3cce431e28ec7980aac9b295f0e05
treed9ffcd67a16615a9d9dc984120955024ceb1f06f
parent7cbc915a1d009f167ffa2f2dcff84edbcce7d2f2
MINOR: standard: add function "encode_chunk"

This function has the same behavior as encode_string(), except it
takes a "struct chunk" instead of a "char *" on input.
include/common/standard.h
src/standard.c