Commit c055a34c authored by Roger Dingledine's avatar Roger Dingledine
Browse files

huge bugfix: we weren't ever writing an http header when sending

out network statuses! so clients were downloading the whole thing,
and then discarding them because they're malformed.


svn:r6778
parent a2a89da6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1501,6 +1501,9 @@ directory_handle_command_get(connection_t *conn, char *headers,
      return 0;
    }
    // note_request(request_type,dlen);
    write_http_response_header(conn, -1,
                   deflated?"application/octet_stream":"text/plain",
                   deflated?"deflate":NULL);

    conn->fingerprint_stack = dir_fps;
    if (! deflated)