TS-3967: Set stream state to close after a RST_STEAM has been sent#389
Closed
maskit wants to merge 1 commit intoapache:masterfrom
Closed
TS-3967: Set stream state to close after a RST_STEAM has been sent#389maskit wants to merge 1 commit intoapache:masterfrom
maskit wants to merge 1 commit intoapache:masterfrom
Conversation
proxy/http2/RegressionHPACK.cc
Outdated
Member
Author
|
rebased to follow the changes in master |
SolidWallOfCode
pushed a commit
to SolidWallOfCode/trafficserver
that referenced
this pull request
Mar 9, 2017
…#389) TrafficServer crashes when you try to use ASCII_PIPE because flushing the buffer it tries to set the creation date in a NULL object. Signed-off-by: David Calavera <david.calavera@gmail.com> Signed-off-by: Daniel Xu <dlxu2@yahoo.com>
SolidWallOfCode
pushed a commit
to SolidWallOfCode/trafficserver
that referenced
this pull request
Jun 17, 2021
(cherry picked from commit 759d72213439e5a1e3f8ea42f8a853876628c13d) Conflicts: iocore/hostdb/HostDB.cc
ywkaras
pushed a commit
to ywkaras/trafficserver
that referenced
this pull request
Nov 10, 2021
(cherry picked from commit 759d72213439e5a1e3f8ea42f8a853876628c13d) Conflicts: iocore/hostdb/HostDB.cc
masaori335
added a commit
to masaori335/trafficserver
that referenced
this pull request
Feb 21, 2023
* Add control char check in MIME Parser Co-authored-by: Masaori Koshiba <masaori@apache.org>
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.
https://issues.apache.org/jira/browse/TS-3967
The original patches are on the JIRA ticket. I updated the patches to resolve conflicts, and made little changes to satisfy h2spec tests.