~georgeunix-5/lwan-unofficial/master

« back to all changes in this revision

Viewing changes to src/lib/lwan-mod-lua.c

  • Committer: Leandro Pereira
  • Date: 2019-07-14 16:57:02 UTC
  • Revision ID: git-v1:789d3e9608f1d651fa82864edf551409c70dde20
Remove HANDLER_REMOVE_LEADING_SLASH from enum lwan_handler_flags

Shaves off a branch from prepare_for_response().

Show diffs side-by-side

added added

removed removed

Lines of Context:
307
307
    .create_from_hash = lua_create_from_hash,
308
308
    .destroy = lua_destroy,
309
309
    .handle_request = lua_handle_request,
310
 
    .flags = HANDLER_REMOVE_LEADING_SLASH,
311
310
};
312
311
 
313
312
LWAN_REGISTER_MODULE(lua, &module);