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

Golang: remove HTTP related elements from the golang network filter #28743

Merged
merged 2 commits into from
Aug 1, 2023

Conversation

antJack
Copy link
Contributor

@antJack antJack commented Aug 1, 2023

fix: #28300

the most important thing is that we can now remove this configure
image

Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional API Considerations:]

@antJack
Copy link
Contributor Author

antJack commented Aug 1, 2023

@doujiang24 @wangfakang @StarryVae PTAL, thanks

@htuch htuch merged commit 51eea59 into envoyproxy:main Aug 1, 2023
@phlax
Copy link
Member

phlax commented Aug 1, 2023

@antJack this has caused a flake in our CI (afaict) here https://dev.azure.com/cncf/envoy/_build/results?buildId=144768&view=logs&j=8c169225-0ae8-53bd-947f-07cb81846cb5&t=4d0399a5-fd0d-5446-d022-32daa00183cc&l=622

im wondering whether to revert or whether we can fix forward quickly

phlax added a commit to phlax/envoy that referenced this pull request Aug 1, 2023
htuch pushed a commit that referenced this pull request Aug 1, 2023
#28759)

Revert "Golang: remove HTTP related elements from the golang network filter (#28743)"

This reverts commit 51eea59.

Signed-off-by: Ryan Northey <[email protected]>
@antJack
Copy link
Contributor Author

antJack commented Aug 2, 2023

@phlax sorry, plz revert and let me fix it.

michaelfinch added a commit to michaelfinch/envoy that referenced this pull request Aug 2, 2023
* main: (144 commits)
  eds: Adding eds caching support to grpc-mux (envoyproxy#28273)
  deps: Bump `build_bazel_rules_apple` -> 2.5.0 (envoyproxy#28747)
  deps: Bump `com_github_cyan4973_xxhash` -> 0.8.2 (envoyproxy#28745)
  deps: Bump `rules_rust` -> 0.26.0 (envoyproxy#28744)
  Revert "Golang: remove HTTP related elements from the golang network … (envoyproxy#28759)
  Golang: remove HTTP related elements from the golang network filter (envoyproxy#28743)
  build(deps): bump jaegertracing/all-in-one from `93ba12f` to `2e210e4` in /examples/shared/jaeger (envoyproxy#28740)
  build(deps): bump pyparsing from 3.0.9 to 3.1.1 in /mobile/docs (envoyproxy#28714)
  deps: Bump `com_github_bufbuild_buf` -> 1.25.0 (envoyproxy#28746)
  Reduce log spam of load shed points if not configured. (envoyproxy#28753)
  [contrib-siporoxy] fix SipTraTest.TraCompleteRetrieveRsp flakyness (envoyproxy#28660)
  Remove implicit deps on fmt_lib (envoyproxy#28662)
  UHV: harmonize check for %00 with legacy path normalization (envoyproxy#28727)
  build(deps): bump redis from `08a82d4` to `b0bdc1a` in /examples/redis (envoyproxy#28713)
  build(deps): bump otel/opentelemetry-collector from `6a76e13` to `dbf77b0` in /examples/opentelemetry (envoyproxy#28741)
  bazel: Switch `exec_tools` -> `tools` (envoyproxy#28729)
  correct some typos for thread_synchronizer.cc and outlier_detection_i… (envoyproxy#28707)
  Cleanup ActiveUdpListenerBase dispatcher call (envoyproxy#28697)
  cleanup: moving checkApiConfigSourceNames to unnamed namespace (envoyproxy#28701)
  ci: Pass through `--nocache_test_results` correctly on scheduled runs (envoyproxy#28690)
  ...
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.

Golang L4: host selection without HTTP context
4 participants