Skip to content

Commit 19d9be3

Browse files
committed
send local response: clarify call sequence
Per discussion in envoyproxy/envoy#36809 Signed-off-by: Kuat Yessenov <[email protected]>
1 parent 72e363a commit 19d9be3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

abi-versions/v0.2.1/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,8 @@ Plugin must return one of the following values:
11561156

11571157
Sends HTTP response with body (`body_data`, `body_size`) and
11581158
[serialized] headers (`serialized_headers_data`,
1159-
`serialized_headers_size`).
1159+
`serialized_headers_size`). The response is sent after the current
1160+
callback completes and triggers response callbacks.
11601161

11611162
This can be used as long as HTTP response headers were not sent downstream.
11621163

0 commit comments

Comments
 (0)