From 3740d4a418d47250b50f28e1276b7830a992b48a Mon Sep 17 00:00:00 2001 From: Cory Slep Date: Sun, 19 Aug 2018 11:06:52 +0200 Subject: [PATCH] Remove TODO --- pub/internal.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pub/internal.go b/pub/internal.go index a6d1b2c..ee86a8e 100644 --- a/pub/internal.go +++ b/pub/internal.go @@ -102,7 +102,6 @@ func addResponseHeaders(h http.Header, c Clock, responseContent []byte) { // // creds is allowed to be nil. func dereference(c HttpClient, u *url.URL, agent string, creds *creds, clock Clock) ([]byte, error) { - // TODO: (section 7.1) The server MUST dereference the collection (with the user's credentials) req, err := http.NewRequest("GET", u.String(), nil) if err != nil { return nil, err