diff --git a/src/allmydata/storage/http_server.py b/src/allmydata/storage/http_server.py index 386368364..83bbbe49d 100644 --- a/src/allmydata/storage/http_server.py +++ b/src/allmydata/storage/http_server.py @@ -74,8 +74,8 @@ def _extract_secrets( def _authorization_decorator(required_secrets): """ - Check the ``Authorization`` header, and (TODO: in later revision of code) - extract ``X-Tahoe-Authorization`` headers and pass them in. + Check the ``Authorization`` header, and extract ``X-Tahoe-Authorization`` + headers and pass them in. """ def decorator(f):