TS-4062: Fix CID 1341763 & 1341764#370
Closed
masaori335 wants to merge 2 commits intoapache:masterfrom
masaori335:TS-4062
Closed
TS-4062: Fix CID 1341763 & 1341764#370masaori335 wants to merge 2 commits intoapache:masterfrom masaori335:TS-4062
masaori335 wants to merge 2 commits intoapache:masterfrom
masaori335:TS-4062
Conversation
This DEADCODE will be restored in TS-4061
shinrich
added a commit
to shinrich/trafficserver
that referenced
this pull request
Feb 14, 2017
shinrich
added a commit
to shinrich/trafficserver
that referenced
this pull request
Mar 1, 2017
SolidWallOfCode
pushed a commit
to SolidWallOfCode/trafficserver
that referenced
this pull request
Apr 7, 2017
SolidWallOfCode
pushed a commit
to SolidWallOfCode/trafficserver
that referenced
this pull request
Jun 17, 2017
a-canary
pushed a commit
to a-canary/trafficserver
that referenced
this pull request
Jun 23, 2017
shinrich
added a commit
to shinrich/trafficserver
that referenced
this pull request
Jul 10, 2017
shinrich
added a commit
to shinrich/trafficserver
that referenced
this pull request
Jul 15, 2017
shinrich
added a commit
to shinrich/trafficserver
that referenced
this pull request
Jan 9, 2018
SolidWallOfCode
pushed a commit
to SolidWallOfCode/trafficserver
that referenced
this pull request
May 10, 2021
apache#7361 fixed negative caching for non-cacheable negative responses, but it broke certain logic concerning checks for whether a given response was cacheable because of negative caching configuration. This fixes the latter behavior so it now behaves as it did before. Co-authored-by: bneradt <bneradt@verizonmedia.com> (cherry picked from commit 80f2c3f) Conflicts: proxy/http/HttpTransact.h Co-authored-by: Shinya Kawano <skawano@yahoo-corp.jp>
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.
TS-4062