application-research / autoretrieve

A server to make GraphSync data accessible on IPFS
22 stars 7 forks source link

Log http response code failures for event recorder #110

Closed hannahhoward closed 2 years ago

hannahhoward commented 2 years ago

Goals

Per golang docs, http.DefaultClient.Do does not return an error for non-200 level response codes, so log it manually.