--- parser3/src/include/pa_http.h 2024/11/04 03:53:25 1.35 +++ parser3/src/include/pa_http.h 2026/04/25 13:38:46 1.37 @@ -1,14 +1,14 @@ /** @file Parser: commonly used functions. - Copyright (c) 2001-2024 Art. Lebedev Studio (http://www.artlebedev.com) + Copyright (c) 2001-2026 Art. Lebedev Studio (https://www.artlebedev.com) Authors: Konstantin Morshnev , Alexandr Petrosian */ #ifndef PA_HTTP_H #define PA_HTTP_H -#define IDENT_PA_HTTP_H "$Id: pa_http.h,v 1.35 2024/11/04 03:53:25 moko Exp $" +#define IDENT_PA_HTTP_H "$Id: pa_http.h,v 1.37 2026/04/25 13:38:46 moko Exp $" #include "pa_vstring.h" #include "pa_vint.h" @@ -63,7 +63,7 @@ public: void clear(){ headers.clear(); - content_type=""; + content_type.clear(); content_length=0; }