]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: http: url32+src should use the big endian version of url32
authorDragan Dosen <ddosen@haproxy.com>
Thu, 16 Jun 2016 09:08:08 +0000 (11:08 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 16 Jun 2016 10:53:25 +0000 (12:53 +0200)
commite5f4133b197a57a4043c180b21649ea67c3a2a11
tree5e28692696c50b9b0443f95de882a772b15b8463
parent72a8a18e89ec39ecb31d2f92ff0ee01bc9035f01
BUG/MINOR: http: url32+src should use the big endian version of url32

This is similar to the commit 5ad6e1dc ("BUG/MINOR: http: base32+src
should use the big endian version of base32"). Now we convert url32 to big
endian when building the binary block.

This patch needs to be backported to 1.6 and 1.5.
src/proto_http.c