Skip to content

quiche: do not use Http2String wrapper for std::string#7856

Merged
mattklein123 merged 6 commits intoenvoyproxy:masterfrom
bencebeky:http2string
Aug 8, 2019
Merged

quiche: do not use Http2String wrapper for std::string#7856
mattklein123 merged 6 commits intoenvoyproxy:masterfrom
bencebeky:http2string

Conversation

@bencebeky
Copy link
Copy Markdown
Contributor

Signed-off-by: Bence Béky bnc@google.com

For an explanation of how to fill out the fields, please see the relevant section
in PULL_REQUESTS.md

Description: This is part of the effort to deprecate SpdyString and HttpString in QUICHE. QuicString has already been removed. These are/were all transparent wrappers to std::string, existing for historical reasons.

Risk Level: low

Testing: this is a change to tests

Docs Changes: n/a

Release Notes: n/a

[Optional Fixes #Issue]:
[Optional Deprecated:]

Signed-off-by: Bence Béky <bnc@google.com>
@mattklein123
Copy link
Copy Markdown
Member

LGTM. Please check clang-tidy CI. Thank you.

/wait

Signed-off-by: Bence Béky <bnc@google.com>
@danzh2010
Copy link
Copy Markdown
Contributor

/assign @danzh2010

Signed-off-by: Bence Béky <bnc@google.com>
…n any build target.

Signed-off-by: Bence Béky <bnc@google.com>
Signed-off-by: Bence Béky <bnc@google.com>
@bencebeky
Copy link
Copy Markdown
Contributor Author

Since CircleCI/coverage failed with something that did not seem obvious to me, and this PR started to grow into two separate directions anyway, I split off half of it into #7871. This way if the CircleCI failure is real, identifying which part causes it will help me track it down, and if it's not, well then I would have had to trigger a new run anyway.

Signed-off-by: Bence Béky <bnc@google.com>
Copy link
Copy Markdown
Member

@mattklein123 mattklein123 left a comment

Choose a reason for hiding this comment

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

Thanks!

@mattklein123 mattklein123 merged commit c482279 into envoyproxy:master Aug 8, 2019
@bencebeky bencebeky deleted the http2string branch August 9, 2019 11:22
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.

4 participants