--- parser3/src/include/pa_http.h 2020/12/16 10:45:09 1.30 +++ parser3/src/include/pa_http.h 2020/12/16 15:04:47 1.31 @@ -8,7 +8,7 @@ #ifndef PA_HTTP_H #define PA_HTTP_H -#define IDENT_PA_HTTP_H "$Id: pa_http.h,v 1.30 2020/12/16 10:45:09 moko Exp $" +#define IDENT_PA_HTTP_H "$Id: pa_http.h,v 1.31 2020/12/16 15:04:47 moko Exp $" #include "pa_vstring.h" #include "pa_vint.h" @@ -71,6 +71,8 @@ File_read_http_result pa_internal_file_r /*** httpd part ***/ +//#define HTTPD_DEBUG + class HTTPD_request; class HTTPD_Connection : public PA_Allocated {