commit 2c429a540ffde740fd7da4ce608b2ba4a8eff982 Author: Mike Perry mikeperry-git@fscked.org Date: Fri Oct 21 13:41:43 2011 -0700
Correct a 2119 usage. --- docs/design/design.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/design/design.xml b/docs/design/design.xml index 221d707..7a819c2 100644 --- a/docs/design/design.xml +++ b/docs/design/design.xml @@ -1008,8 +1008,8 @@ arrive on the same TCP connection. <para><command>Design Goal:</command>
TLS session resumption IDs MUST be limited to the url bar origin. -HTTP Keep-Alive connections from a third party in one url bar origin must -not be reused for that same third party in another url bar origin. +HTTP Keep-Alive connections from a third party in one url bar origin MUST +NOT be reused for that same third party in another url bar origin.
</para> <para><command>Implementation Status:</command>
tor-commits@lists.torproject.org