mirror of
https://github.com/jorisvink/kore
synced 2025-03-10 04:59:02 -04:00
flush out send buffer in http_error_response().
This commit is contained in:
parent
1465eb2982
commit
8e359ede13
@ -1609,6 +1609,9 @@ http_error_response(struct connection *c, int status)
|
||||
fatal("http_error_response() bad proto %d", c->proto);
|
||||
/* NOTREACHED. */
|
||||
}
|
||||
|
||||
if (!net_send_flush(c))
|
||||
kore_connection_disconnect(c);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user