diff --git a/include/ircd/http.h b/include/ircd/http.h index 3e84d87fe..008794f4b 100644 --- a/include/ircd/http.h +++ b/include/ircd/http.h @@ -361,6 +361,7 @@ struct ircd::http::response::head string_view headers; head(parse::capstan &pc, const headers::closure &c = {}); + head() = default; }; /// Represents an HTTP response content. This is for receiving only.