note a potential bug in status events. need to look at spec to

see if it's really a bug.


svn:r17548
This commit is contained in:
Roger Dingledine 2008-12-10 01:35:21 +00:00
parent 145e589b6c
commit 4053b47459
1 changed files with 1 additions and 0 deletions

View File

@ -3117,6 +3117,7 @@ control_event_stream_status(edge_connection_t *conn, stream_status_event_t tp,
default:
tor_snprintf(reason_buf, sizeof(reason_buf), "REASON=UNKNOWN_%d",
reason_code);
/* XXX do we want SOURCE=UNKNOWN_%d above instead? -RD */
break;
}
}