--- a/src/server/daemon/protocol.h Wed Nov 12 18:18:05 2025 +0100 +++ b/src/server/daemon/protocol.h Wed Nov 12 18:27:15 2025 +0100 @@ -41,6 +41,7 @@ void protocol_status(Session *sn, Request *rq, int n, const char *m); const char* protocol_status_message(int code); +cxstring protocol_status_message_s(int code); void add_http_status_line(CxBuffer *out, pool_handle_t *pool, Request *rq); void add_http_response_header(CxBuffer *out, Request *rq);