Stash the value of the store_first config setting in connection_closure.

If the configuration changes it should not affect a connection that
is already in progress.
This commit is contained in:
Todd C. Miller
2021-04-23 16:56:17 -06:00
parent c2d3070fa1
commit 280fabac38
3 changed files with 13 additions and 11 deletions

View File

@@ -104,6 +104,7 @@ struct connection_closure {
enum connection_status state;
bool tls;
bool log_io;
bool store_first;
bool read_instead_of_write;
bool write_instead_of_read;
bool temporary_write_event;