Changeset 41 in Main for trunk/Module/mod_cgi.c


Ignore:
Timestamp:
Sep 18, 2024, 5:18:41 PM (2 months ago)
Author:
Nishi
Message:

put diff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Module/mod_cgi.c

    r40 r41  
    1818}
    1919
    20 int mod_request(struct tw_tool* tools, struct tw_http_request* req, struct tw_http_response* res) { return TW_MODULE_PASS; }
     20int mod_request(struct tw_tool* tools, struct tw_http_request* req, struct tw_http_response* res) {
     21        res->status = 403;
     22        return TW_MODULE_STOP;
     23}
Note: See TracChangeset for help on using the changeset viewer.