Sri Krishna
Sri Krishna
Closes TCN-242
Remove `Transfer-Encoding` header in edge function handler. `Transfer-Encoding` is a hop-to-hop header and should not be proxied, it is also not valid when `Content-Length` is set. `undici` [throws](https://github.com/nodejs/undici/blob/c740cbb90950c1234ae9eb511d29db1f1ee01ddd/lib/core/request.js#L388-L390) if we...
Remove extension container.
Add vercel edge function example. This also adds client usage example, Vercel is [claiming streaming](https://vercel.com/docs/functions/streaming) support. Using the fetch client from `connect`, the client for server steaming throws an error...
Gazelle incorrectly falls back to a matching `buf_dependencies` rule without checking if the file is actually part of the dependency tree. This only happens if the file is not found...
Add conformance tests for clients on Cloudflare workers. Because of the nature of the tests we have to run this on a dedicated runner where we: - Deploy the cloudflare...
Map `NO_ERROR` h2 code to `Code.Internal`.
Port to v2 of connect and protobuf. User code doesn't change unless using some internal types and functions.
Port `/implementing-services` section to v2.