Commit ce5f2bc5 authored by Nils Goroll's avatar Nils Goroll

remove debug

parent 18cbd4d1
......@@ -60,12 +60,9 @@ hex_encode_va(struct ws *ws, struct vmod_priv *rblob, const ssize_t len,
else
insz = strlen(in);
fprintf(stderr, "magic_string_end %p\n", vrt_magic_string_end);
do {
if (insz == 0)
goto next;
fprintf(stderr, "debug in %p %s\n", in, in);
// p + 2 includes terminating null byte
for (i = 0; i < insz && p + 2 < e; i++) {
*p++ = hexnibblelc((in[i] & 0xf0) >> 4);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment