Changeset 41 in Main for trunk


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

put diff

Location:
trunk
Files:
2 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}
  • trunk/README

    r32 r41  
    22
    33Put under public domain, except Server/strptime.{c,h}.
     4
     5http://nishi.boats/tewi
Note: See TracChangeset for help on using the changeset viewer.