httpcomponents-client icon indicating copy to clipboard operation
httpcomponents-client copied to clipboard

Implements RFC 8470 “Using Early Data in HTTP”

Open arturobernalg opened this issue 4 months ago • 1 comments

  • Retries once on 425 Too Early.
  • Optionally retries idempotent requests on 429/503, honoring Retry-After (delta-seconds or HTTP-date).
  • Ensures retries only for idempotent methods and repeatable entities/producers.
  • Signals TLS layer to disable early data on retry (http.client.tls.early_data.disable).

arturobernalg avatar Aug 17 '25 11:08 arturobernalg

@arturobernalg Do I understand it correctly this change-set implements a subset of RFC 8470, namely the retry part, and does not implement early data requests at all?

ok2c avatar Nov 29 '25 10:11 ok2c