diff options
| author | Damian Johnson <atagar@torproject.org> | 2017-01-02 12:16:44 -0800 |
|---|---|---|
| committer | Damian Johnson <atagar@torproject.org> | 2017-01-02 12:16:44 -0800 |
| commit | 578477a6af99ec1e4a501e267a563730519ffc0f (patch) | |
| tree | 9391121951f874d4a557d1012537e769e2aeb591 | |
| parent | 3c91ffac5f5c04b1f3295d961d95a8f00cf5c2fe (diff) | |
Change header ordering from a MUST to SHOULD clause
We had this as a 'MUST' because the directory authorities need to agree upon an
ordering in their votes to derive at a signed consensus. However, this
requirement is turning out to be very error prone...
https://trac.torproject.org/projects/tor/ticket/21059
Got the ordering issues sorted out... I think. However, this has bitten us
three times in a row and clearly will bite us more in the future so loosening
these requirements a little.
| -rw-r--r-- | dir-spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dir-spec.txt b/dir-spec.txt index 26b0800..c25ccf7 100644 --- a/dir-spec.txt +++ b/dir-spec.txt @@ -1526,7 +1526,7 @@ Some items appear only in votes, and some items appear only in consensuses. Unless specified, items occur in both. - The preamble contains the following items. They MUST occur in the + The preamble contains the following items. They SHOULD occur in the order given here: "network-status-version" SP version NL |
