j
k
j a
j l
This seems a bit more idiomatic:
``` while (p > *value && isspace(p[-1])) --p; *value_len = p - *value; ```
Also, why are you modifying parse_header() to no longer return negative lengths, but then also modifying the callers to deal with them?
Back to the thread
Back to the list