Skip to content

net/http: Client does not retry idempotent requests on transport failure #4677

Description

@gopherbot

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions