mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Remove the connection_t.outbuf_flushlen field
This was once used for rate-limiting, but now it's only for accounting. It hasn't served a useful purpose in a long time. Closes ticket 33097.
This commit is contained in:
committed by
Alexander Færøy
parent
e8497bfaa7
commit
3cb9a9b8ce
@@ -418,7 +418,7 @@ process_unix_write(process_t *process, buf_t *buffer)
|
||||
/* We have data to write and the kernel have told us to write it. */
|
||||
return buf_flush_to_pipe(buffer,
|
||||
process_get_unix_process(process)->stdin_handle.fd,
|
||||
max_to_write, &buffer_flush_len);
|
||||
max_to_write);
|
||||
}
|
||||
|
||||
/** Read data from the given process's standard output and put it into
|
||||
|
||||
Reference in New Issue
Block a user