test: `SEARCH`, `PURGE` and `MKCALENDAR`

These methods are defined in `http_parser.h` but not tested.

PR-URL: https://github.com/joyent/http-parser/pull/241
Reviewed-By: Fedor Indutny <fedor@indutny.com>
make-http-max-header-size-gyp-configurable
Ivan Enderlin 10 years ago committed by Fedor Indutny
parent 8b1d652322
commit b5bcca8f92

@ -3743,6 +3743,7 @@ main (void)
"MOVE",
"PROPFIND",
"PROPPATCH",
"SEARCH",
"UNLOCK",
"BIND",
"REBIND",
@ -3756,6 +3757,8 @@ main (void)
"SUBSCRIBE",
"UNSUBSCRIBE",
"PATCH",
"PURGE",
"MKCALENDAR",
0 };
const char **this_method;
for (this_method = all_methods; *this_method; this_method++) {

Loading…
Cancel
Save