by patrick.allen.higgins:
rfc2616 section 8.1.4 says: "Client software SHOULD reopen the transport connection
and retransmit the aborted sequence of requests without user interaction so long as the
request sequence is idempotent"
http.Client.Get() does not do this and does not document that callers are responsible
for doing so.
by patrick.allen.higgins: