Browse Source

note a potential bug in status events. need to look at spec to
see if it's really a bug.


svn:r17548

Roger Dingledine 17 years ago
parent
commit
4053b47459
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/or/control.c

+ 1 - 0
src/or/control.c

@@ -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;
     }
   }