antJack
antJack
ok, after reading those materials, I probably understand what you want to do. If there is any idea about where to add those trailers-related api? Another problem is that whether...
We may prefer not changing the top-level stream filter api, such as: ``` func (f *filter) OnReceive(ctx context.Context, headers HeaderMap, body IoBuffer, trailers HeaderMap) StreamFilterStatus func (f *Filter) Append(ctx context.Context,...
just keep it simple, the most common usage scenarios of `ByteSize()` is to report size to logger or other data sinks. In these scenes, inaccuracy (not filtering out trailers) is...
sorry i said it wrong yesterday byte size should **not** account for colons
I've noticed that, thanks. That's exactly a question for your rust example. And maybe we should consider the return value of both `proxy_on_request_headers` and `a.Imports.Wait()` on `ABIContext.ProxyOnRequestHeaders`, instead of simply...
try `pprof`, may need to add the following pprof section into mosn config: 
Thanks for the report! Indeed I also feel quite confused about the exact definition of ABI v0.1.x/0.2.x, since both the envoy and sdk code seem to be inconsistent with the...
Sorry for not replying for so long due to a Chinese vacation. > Are they writing code against the ABI itself, and not using one of the existing SDKs? If...
Any update on this thread? Recently we need to upgrade to a newer version of Envoy(v1.18.3) and use OpenSSL for some specific cipher suites(ref to [RFC8998](https://datatracker.ietf.org/doc/html/rfc8998)). But I realized that...