all: ignore most warnings from errcheck
Created by: keegancsmith
These are mostly calls to Write that we can't do anything with if they fail. Logging the failures is usually noisy since the most common reason for failure is the client has gone away. This just marks us ignoring the error as explicit.