mirror of
https://github.com/distribution/distribution.git
synced 2026-01-15 14:58:57 +00:00
This removes the erroneous http.Handler interface in favor a simple SetHeaders method that only operattes on the response. Several unnecessary uses of pointer types were also fixed up. Signed-off-by: Stephen J Day <stephen.day@docker.com>