httpclient: clear client->parser.data after use
Some static code analysis complains that we're putting a stack variable into client->parser.data (which persists past the function calls). Clear that on function exit to avoid confusion.
Showing
Please
register
or
sign in
to comment