httpclient.c
39.4 KB
-
httpclient: clear client->parser.data after use · 52daefc6
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.
Edward Thomson committed