Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auto-merge envoyproxy/envoy[main] into envoyproxy/envoy-openssl[main] #263

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

update-openssl-envoy[bot]
Copy link

Generated by envoy-sync-receive.sh

fredyw and others added 2 commits October 3, 2024 16:43
Risk Level: low
Testing: n/a
Docs Changes: n/a
Release Notes: n/a
Platform Specific Features: n/a

Signed-off-by: Fredy Wijaya <fredyw@google.com>
Commit Message: Handle encode metadata after recreated stream
Risk Level: Low
Testing: Integration test
Docs Changes: N/A
Release Notes: N/A
Platform Specific Features: N/A

---------

Signed-off-by: tyxia <tyxia@google.com>
The filter state reflection provides a great feature to access the inner
status/property of filter state. However, it has two limitations:
1. It requires the object key be same with the factory key. This
limitation make we cannot set multiple objects that with same type.
2. It is a little complex to enable the Field support. We need to define
additional reflection class and a factory class.

This PR make things much simpler.


Risk Level: low.
Testing: n/a.
Docs Changes: n/a.
Release Notes: n/a.
Platform Specific Features: n/a.

---------

Signed-off-by: wangbaiping <wangbaiping@bytedance.com>
Without this, when building in the envoy docker without RBE, I see gcc
trying to use `lld` instead, and it's (a) not in `$PATH` and (b) counter
to what we had set in `--linkopt` for the gcc config.

Risk Level: low
Testing: local build in envoy docker

Signed-off-by: Alejandro R. Sedeño <asedeno@google.com>
Update QUICHE from 171f6f89a to eaeaa74b2
    https://github.com/google/quiche/compare/171f6f89a..eaeaa74b2
    
    ```
$ git log 171f6f89a..eaeaa74b2 --date=short --no-merges --format="%ad
%al %s"
    
2024-10-02 wub Deprecate
--gfe2_reloadable_flag_quic_new_error_code_when_packets_buffered_too_long.
    2024-10-02 fayang No public description
    2024-10-02 fayang No public description
2024-10-01 birenroy Adds test cases exercising
response-complete-before-request for nghttp2 and oghttp2.
2024-10-01 martinduke Add parser/framer support for SUBSCRIBE_NAMESPACE,
SUBSCRIBE_NAMESPACE_OK, SUBSCRIBE_NAMESPACE_ERROR,
UNSUBSCRIBE_NAMESPACE.
2024-10-01 birenroy Removes the last library in //third_party/spdy/core,
and deletes the package.
2024-10-01 wub Add QUIC connection options for testing: - CHP1: Add
1-packet padding to CHLO. - CHP2: Add 2-packet padding to CHLO.
2024-09-30 asedeno Don't set IPv4 socket options on dual-stack sockets
on `__APPLE__` platforms.
    2024-09-30 vasilvv Update WebTransport header names.
    2024-09-30 vasilvv Simplify some of the framing code.
    2024-09-30 vasilvv Record QUIC traces in moqt_simulator.
2024-09-30 martinduke Implement MoQT Peeps and Object message changes
for draft-06. This is the minimum for interoperability; this code always
sends subgroup_id = 0 and ignores the incoming subgroup_id.
2024-09-30 martinduke Update existing messages for draft-06. This is
mostly turning track_namespace into a tuple. Also generalizes Subscribe
parameters.
    ```

Risk Level: low,
Testing: existing tests passed
Docs Changes: N/A
Release Notes: N/A
Platform Specific Features: N/A

---------

Signed-off-by: Dan Zhang <danzh@google.com>
Co-authored-by: Dan Zhang <danzh@google.com>
* upstream/main:
  Update QUICHE from 171f6f89a to eaeaa74b2 (#36440)
  gcc: add a `--host_linkopt` to use `gold` too (#36438)
  refactoring: refactored the FilterState object field support (#36399)
  Handle encode metadata after recreated stream (#36427)
  mobile: Fix broken link (#36436)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants