Skip to content

Conversation

oschaaf
Copy link
Member

@oschaaf oschaaf commented Jun 26, 2020

Notable changes:

  • Fixes our Http1PoolImpl to work with the updated Envoy
    code.
  • Tweaks the cluster setup: we specify at least an empty
    http2_protocol_options proto config. Without doing this
    passing --h2 to the nighthawk client would fail as caught
    by tests.
  • Moves away from using hidden_envoy_deprecated_hosts.
    Side effect of looking into the bevavioral change listed
    above. This resolves Move away from using hidden_envoy_deprecated_hosts #377. (strictly not needed for this
    update).

Signed-off-by: Otto van der Schaaf oschaaf@we-amp.com

Notable changes:

- Fixes our Http1PoolImpl to work with the updated Envoy
  code.
- Tweaks the cluster setup: we specify at least an empty
  http2_protocol_options proto config. Without doing this
  passing --h2 to the nighthawk client would fail as caught
  by tests.
- Moves away from using hidden_envoy_deprecated_hosts.
  Side effect of looking into the bevavioral change listed
  above. This resolves envoyproxy#377. (strictly needed for this
  update).

Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
@oschaaf oschaaf added P1 waiting-for-review A PR waiting for a review. labels Jun 26, 2020
@oschaaf
Copy link
Member Author

oschaaf commented Jun 26, 2020

While getting this to work, I noticed that there's some duplication going on for the cluster setup code.
I filed #387 for that.

@mum4k mum4k merged commit 409a713 into envoyproxy:master Jun 29, 2020
wjuan-AFK pushed a commit to wjuan-AFK/nighthawk that referenced this pull request Jul 14, 2020
)

Notable changes:

- Fixes our Http1PoolImpl to work with the updated Envoy
  code.
- Tweaks the cluster setup: we specify at least an empty
  http2_protocol_options proto config. Without doing this
  passing --h2 to the nighthawk client would fail as caught
  by tests.
- Moves away from using hidden_envoy_deprecated_hosts.
  Side effect of looking into the bevavioral change listed
  above. This resolves envoyproxy#377. (strictly needed for this
  update).

Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 waiting-for-review A PR waiting for a review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move away from using hidden_envoy_deprecated_hosts
2 participants