mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
make event streams work with control v1 too
svn:r4590
This commit is contained in:
parent
6ac245793c
commit
43a28a4ca9
@ -2223,7 +2223,7 @@ control_event_stream_status(connection_t *conn, stream_status_event_t tp)
|
||||
send_control0_event(EVENT_STREAM_STATUS, (uint32_t)(5+len+1), msg);
|
||||
tor_free(msg);
|
||||
}
|
||||
if (EVENT_IS_INTERESTING0(EVENT_STREAM_STATUS)) {
|
||||
if (EVENT_IS_INTERESTING1(EVENT_STREAM_STATUS)) {
|
||||
const char *status;
|
||||
circuit_t *circ;
|
||||
switch (tp)
|
||||
|
Loading…
Reference in New Issue
Block a user