From 3ad426f88d274535d7e04e12add72534034ac075 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 20 May 2019 16:09:13 +0300 Subject: Upgrade grecs --- src/ctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ctl.c') diff --git a/src/ctl.c b/src/ctl.c index c0e8c10..475fda6 100644 --- a/src/ctl.c +++ b/src/ctl.c @@ -711,7 +711,7 @@ ctlio_finalize_reply (struct ctlio *io) ctlio_printf (io, "HTTP/1.1 %3d %s", io->code, http_text (io->code)); ctlio_eol (io); - grecs_symtab_enumerate (io->output.headers, format_header, io); + grecs_symtab_foreach (io->output.headers, format_header, io); ctlio_eol (io); ctlbuf_copy (&io->obuf, &tmpbuf); -- cgit v1.2.1