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

Loading…
Cancel
Save