--- parser3/src/include/pa_http.h 2021/12/22 21:52:49 1.33 +++ 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-2020 Art. Lebedev Studio (http://www.artlebedev.com) - Author: Alexandr Petrosian (http://paf.design.ru) + 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.33 2021/12/22 21:52:49 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; }