Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

trace: support HTTP 100 Continue #161

Open
achille-roussel opened this issue Jul 1, 2023 · 0 comments
Open

trace: support HTTP 100 Continue #161

achille-roussel opened this issue Jul 1, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@achille-roussel
Copy link
Contributor

The HTTP protocol has a mechanism for a client to ask a server whether it is willing to accept the request body:

  • first the client sends the request header with a Expect header
  • then the server responds with a body-less message and the status doe 100 Continue
  • the client sends the response body
  • the server sends the final response

In this data flow, there is a single request and two responses, which isn't supported by our current implementation in internal/debug/tracing, we should address to support this common idiom of the HTTP protocol.

@achille-roussel achille-roussel added the enhancement New feature or request label Jul 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant