--- parser3/src/include/pa_http.h 2021/12/22 21:52:49 1.33 +++ parser3/src/include/pa_http.h 2025/05/26 00:52:15 1.36 @@ -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-2024 Art. Lebedev Studio (http://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.36 2025/05/26 00:52:15 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; }