Update code and build scripts to use latest quiche(0.22.0) release.#11493
Merged
bneradt merged 1 commit intoapache:masterfrom Jul 15, 2024
Merged
Update code and build scripts to use latest quiche(0.22.0) release.#11493bneradt merged 1 commit intoapache:masterfrom
bneradt merged 1 commit intoapache:masterfrom
Conversation
This bumps the quiche version from the build deps scripts and update the code to use the changed API from quic: - quiche_conn_stream_recv - quiche_conn_stream_send which now takes an extra param to get the detected error(if any).
maskit
approved these changes
Jul 1, 2024
Contributor
Author
|
Will not merge this till we have rocky image updated. |
Contributor
Author
bneradt
pushed a commit
to bneradt/trafficserver-ci
that referenced
this pull request
Jul 15, 2024
build_h3_tools updates from master and: apache/trafficserver#11493
bneradt
added a commit
to apache/trafficserver-ci
that referenced
this pull request
Jul 15, 2024
build_h3_tools updates from master and: apache/trafficserver#11493
Contributor
|
Cherry-picked to v10.0.x |
cmcfarlen
pushed a commit
that referenced
this pull request
Jul 21, 2024
This bumps the quiche version from the build deps scripts and update the code to use the changed API from quic: - quiche_conn_stream_recv - quiche_conn_stream_send which now takes an extra param to get the detected error(if any). (cherry picked from commit e6a8ac3)
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This bumps the quiche version from the build deps scripts and update the code to use latest quiche version which changed some of their API:
quiche_conn_stream_recvquiche_conn_stream_sendwhich now takes an extra param to get the stream application error codes(if any).
Note:
error_codeis not used for now. A new PR should add logic to deal with this outcome.PS: : This needs CI to update quiche to 0.22.0. CI will fail till then.
fixes: #11486