commit | 7b7d507a5b97b33ddd53755927150efd4546b19f | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon May 13 15:22:59 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 28 07:42:12 2019 +0200 |
tree | ec22b622b758176de72fbe54bdeea054ce751bb6 | |
parent | dd2ad8518f8782e223c009e47fceeba01caa15fd [diff] |
MINOR: http/htx: Use sl_pos directly to replace the start-line Since the HTX start-line is now referenced by position instead of by its payload address, it is fairly easier to replace it. No need to search the rigth block to find the start-line comparing the payloads address. It just enough to get the block at the position sl_pos.