Commit 741d6544 authored by Wayne Davison's avatar Wayne Davison

Call write_stream_flags() from start_write_batch().

parent d3e182af
......@@ -1130,6 +1130,8 @@ void io_multiplexing_close(void)
void start_write_batch(int fd)
{
write_stream_flags(batch_fd);
/* Some communication has already taken place, but we don't
* enable batch writing until here so that we can write a
* canonical record of the communication even though the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment