vere: don't close slog stream on-heartbeat

It was erroneously flagging the heartbeat responses as "complete".
This commit is contained in:
Fang 2020-10-01 15:59:41 +02:00
parent 1bce077ab4
commit 6b0aa04a0f
No known key found for this signature in database
GPG Key ID: EB035760C1BBA972

View File

@ -1924,7 +1924,7 @@ _http_seq_heartbeat_cb(uv_timer_t* tim_u)
if ( 0 != seq_u ) {
u3_noun dat = u3nt(u3_nul, 1, c3_s1('\n'));
while ( 0 != seq_u ) {
_http_continue_respond(seq_u, u3k(dat), c3y);
_http_continue_respond(seq_u, u3k(dat), c3n);
seq_u = seq_u->nex_u;
}
u3z(dat);