Use memchr rather than strchr/index
the strings we get from the libvarnishapi functions are not necessarily null-terminated, so avoid using str* functions on them. Thanks to lampe for the patch. Fixes #1115
Showing
Please register or sign in to comment