Skip to content

HTTP: add ability to return early / skip future callbacks #82

Description

@mpwarres

(This is somewhat related to #63, not sure if it's better to fold into that or keep as a separate issue)

ext_proc filter supports the notion of a processing mode override, in which an ext_proc ProcessingResponse for e.g. request headers can say: "skip future callbacks for this request", avoiding the cost of RPCs for request/response body.

For Proxy-Wasm, we might consider adding something analogous, for example a new proxy_action_t value indicating remaining non-lifecycle callbacks can be skipped, or allowing proxy_done to be called outside of proxy_on_done.

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

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions