-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Update QUICHE from 4f552f349 to 81314ecbd #19066
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
Merged
mattklein123
merged 1 commit into
envoyproxy:main
from
DavidSchinazi:quiche-roll-20211119095549
Nov 19, 2021
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,99 +0,0 @@ | ||
| --- http2/adapter/callback_visitor.h | ||
| +++ http2/adapter/callback_visitor.h | ||
| @@ -8,6 +8,10 @@ | ||
| #include "absl/container/flat_hash_map.h" | ||
| #include "http2/adapter/http2_visitor_interface.h" | ||
| #include "http2/adapter/nghttp2_util.h" | ||
| + | ||
| +// Required to build on Windows. | ||
| +typedef ptrdiff_t ssize_t; | ||
| + | ||
| #include "third_party/nghttp2/src/lib/includes/nghttp2/nghttp2.h" | ||
| #include "common/platform/api/quiche_export.h" | ||
|
|
||
| --- http2/adapter/http2_protocol.h | ||
| +++ http2/adapter/http2_protocol.h | ||
| @@ -10,6 +10,8 @@ | ||
| #include "absl/types/variant.h" | ||
| #include "common/platform/api/quiche_export.h" | ||
|
|
||
| +#undef NO_ERROR | ||
| + | ||
| namespace http2 { | ||
| namespace adapter { | ||
|
|
||
| --- http2/adapter/nghttp2_callbacks.h | ||
| +++ http2/adapter/nghttp2_callbacks.h | ||
| @@ -5,6 +5,10 @@ | ||
|
|
||
| #include "http2/adapter/http2_protocol.h" | ||
| #include "http2/adapter/nghttp2_util.h" | ||
| + | ||
| +// Required to build on Windows. | ||
| +typedef ptrdiff_t ssize_t; | ||
| + | ||
| #include "third_party/nghttp2/src/lib/includes/nghttp2/nghttp2.h" | ||
|
|
||
| namespace http2 { | ||
| --- http2/adapter/nghttp2_data_provider.h | ||
| +++ http2/adapter/nghttp2_data_provider.h | ||
| @@ -5,6 +5,10 @@ | ||
| #include <memory> | ||
|
|
||
| #include "http2/adapter/data_source.h" | ||
| + | ||
| +// Required to build on Windows. | ||
| +typedef ptrdiff_t ssize_t; | ||
| + | ||
| #include "third_party/nghttp2/src/lib/includes/nghttp2/nghttp2.h" | ||
|
|
||
| namespace http2 { | ||
| --- http2/adapter/nghttp2_session.h | ||
| +++ http2/adapter/nghttp2_session.h | ||
| @@ -5,6 +5,10 @@ | ||
|
|
||
| #include "http2/adapter/http2_session.h" | ||
| #include "http2/adapter/nghttp2_util.h" | ||
| + | ||
| +// Required to build on Windows. | ||
| +typedef ptrdiff_t ssize_t; | ||
| + | ||
| #include "third_party/nghttp2/src/lib/includes/nghttp2/nghttp2.h" | ||
| #include "common/platform/api/quiche_export.h" | ||
|
|
||
| --- http2/adapter/nghttp2_util.h | ||
| +++ http2/adapter/nghttp2_util.h | ||
| @@ -10,6 +10,10 @@ | ||
| #include "absl/types/span.h" | ||
| #include "http2/adapter/data_source.h" | ||
| #include "http2/adapter/http2_protocol.h" | ||
| #include "http2/adapter/http2_visitor_interface.h" | ||
| + | ||
| +// Required to build on Windows. | ||
| +typedef ptrdiff_t ssize_t; | ||
| + | ||
| #include "third_party/nghttp2/src/lib/includes/nghttp2/nghttp2.h" | ||
| #include "spdy/core/spdy_header_block.h" | ||
|
|
||
| --- http2/adapter/http2_util.cc | ||
| +++ http2/adapter/http2_util.cc | ||
| @@ -1,5 +1,7 @@ | ||
| #include "third_party/http2/adapter/http2_util.h" | ||
|
|
||
| +#undef NO_ERROR | ||
| + | ||
| namespace http2 { | ||
| namespace adapter { | ||
| namespace { | ||
|
|
||
| --- http2/adapter/oghttp2_session.cc | ||
| +++ http2/adapter/oghttp2_session.cc | ||
| @@ -11,6 +11,8 @@ | ||
| #include "http2/adapter/oghttp2_util.h" | ||
| #include "spdy/core/spdy_protocol.h" | ||
|
|
||
| +#undef NO_ERROR | ||
| + | ||
| namespace http2 { | ||
| namespace adapter { | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
YAY! Let's see if this sticks!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to remove quiche.patch from any build files?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought about it and my conclusion was that we're inevitably going to need this file again one day so I'd rather keep it as an empty file for now (as opposed to deleting the file and all references to it) to make it easier to bring it back if needed later
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I see. I really hope that we never need it again since we don't need it for Chrome. But that's probably Pollyanna-ish. SGTM!