diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-12-04 07:22:53 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2023-12-04 07:22:53 +0000 |
| commit | e3c075c72d6b7b64c869b4cb0c0ff128b1d084cd (patch) | |
| tree | dcb810bb5aa6a853672c6d8e749df508a2ae4e53 /src/tipideed/cgi.c | |
| parent | 691c9878f41d6646af38f417b23dfc72644a8c96 (diff) | |
| download | tipidee-e3c075c72d6b7b64c869b4cb0c0ff128b1d084cd.tar.gz | |
Use wallclock time for Date header in responses
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/tipideed/cgi.c')
| -rw-r--r-- | src/tipideed/cgi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tipideed/cgi.c b/src/tipideed/cgi.c index 3319099..12b2155 100644 --- a/src/tipideed/cgi.c +++ b/src/tipideed/cgi.c @@ -323,7 +323,7 @@ static inline int process_cgi_output (tipidee_rql *rql, char const *docroot, tip } tipidee_response_status(buffer_1, rql, status, reason) ; - tipidee_response_header_writemerge_g(buffer_1, g.rhdr, g.rhdrn, hdr, !g.cont) ; + tipidee_response_header_writemerge_G(buffer_1, g.rhdr, g.rhdrn, hdr, !g.cont) ; { char fmt[SIZE_FMT] ; fmt[size_fmt(fmt, rbodylen)] = 0 ; |
