commit | 206ba834ef8b7a39608e91d21de4770d8a107e52 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jun 14 15:27:31 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 19 16:23:41 2018 +0200 |
tree | d1db49706c94db7ec626123ccbf7072204bf0ab2 | |
parent | 5d7d1bbd0ea1c0ee2d642359d8c1357fcbb5ec8a [diff] |
MINOR: buffer: make b_getblk_nc() take const pointers Now that there are no more users requiring to modify the buffer anymore, switch these ones to const char and const buffer. This will make it more obvious next time send functions are tempted to modify the buffer's output count. Minor adaptations were necessary at a few call places which were using char due to the function's previous prototype.