Skip to content

add body to FakeUpstream#296

Merged
wgallagher merged 2 commits intomasterfrom
fakeupstreambody
Dec 15, 2016
Merged

add body to FakeUpstream#296
wgallagher merged 2 commits intomasterfrom
fakeupstreambody

Conversation

@wgallagher
Copy link
Copy Markdown

No description provided.

@@ -51,6 +53,7 @@ class FakeStream : public Http::StreamDecoder, public Http::StreamCallbacks {
Http::HeaderMapPtr trailers_;
bool end_stream_{};
uint64_t body_length_{};
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we remove body_length_ and just use body_.length() ?

@wgallagher wgallagher merged commit 4ffd8f7 into master Dec 15, 2016
@mattklein123 mattklein123 deleted the fakeupstreambody branch December 17, 2016 20:45
rshriram pushed a commit to rshriram/envoy that referenced this pull request Oct 30, 2018
* add service context map

* Rename operator+= to Merge

* Check return of GetStatistics

* add service_name check.
rshriram pushed a commit to rshriram/envoy that referenced this pull request Oct 30, 2018
lizan pushed a commit to lizan/envoy that referenced this pull request Nov 25, 2019
Signed-off-by: John Plevyak <jplevyak@gmail.com>
jpsim pushed a commit that referenced this pull request Nov 28, 2022
Mirrors: envoyproxy/envoy-mobile#288

Adds converters to go from Request to a set of headers that upstream Envoy understands.

This will be utilized by the request logic in the Envoy class.

For an explanation of how to fill out the fields, please see the relevant section
in [PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/master/PULL_REQUESTS.md)

Description: kotlin: add conversion from Request to headers
Risk Level: low
Testing: unit
Docs Changes: n/a
Release Notes: n/a
[Optional Fixes #Issue]
[Optional Deprecated:]

Signed-off-by: JP Simard <jp@jpsim.com>
jpsim pushed a commit that referenced this pull request Nov 29, 2022
Mirrors: envoyproxy/envoy-mobile#288

Adds converters to go from Request to a set of headers that upstream Envoy understands.

This will be utilized by the request logic in the Envoy class.

For an explanation of how to fill out the fields, please see the relevant section
in [PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/master/PULL_REQUESTS.md)

Description: kotlin: add conversion from Request to headers
Risk Level: low
Testing: unit
Docs Changes: n/a
Release Notes: n/a
[Optional Fixes #Issue]
[Optional Deprecated:]

Signed-off-by: JP Simard <jp@jpsim.com>
mathetake added a commit that referenced this pull request Mar 3, 2026
**Commit Message**

This refactors the extproc package and 
eliminates all context.Background usages.

Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
mathetake added a commit that referenced this pull request Mar 3, 2026
**Commit Message**

This eliminates context.Background in config loading 
code path.

**Related Issues/PRs (if applicable)**

This is a follow up on #296

Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
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.

2 participants