このコミットが含まれているのは:
Cory Slep 2018-08-19 11:06:52 +02:00
コミット 3740d4a418
1個のファイルの変更0行の追加1行の削除

ファイルの表示

@ -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