http-parser
http-parser copied to clipboard
Fix 5 dependency issues in Makefile
Hi, I've fixed 4 dependencies missing and 1 dependency excessive reported. Those issues can cause incorrect results when http-parser is incrementally built. For example, any changes in "http-parser.h" will not cause "url_parser" to be rebuilt, which is incorrect. The changes in "http-parser.h" will cause an unnecessary rebuild of "test_fast". I've tested it on my computer, the fixed version worked as expected. Looking forward to your confirmation.
Thanks Vemake