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

trace: support HTTP 100 Continue #161

@achille-roussel

Description

@achille-roussel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions