]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DEV: h2: add a script "mkhdr" to build h2 frames from scratch
authorWilly Tarreau <w@1wt.eu>
Wed, 26 Apr 2023 07:40:23 +0000 (09:40 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 26 Apr 2023 09:35:45 +0000 (11:35 +0200)
commit78bb934607b2ed35df1a491faebe5a0d68f5e405
tree8c87736e4a9bab2897dc651a16784dda1b661e9f
parent543e2544cabf9900af92d45658b122bc25011c3d
DEV: h2: add a script "mkhdr" to build h2 frames from scratch

It's a real pain to try to trigger certain edge cases in h2, so let's
write a simple tool aiming at creating frames.
dev/h2/mkhdr.sh [new file with mode: 0755]