Slice: 9.0.x back port of self healing and throttle by default#7435
Merged
zwoop merged 5 commits intoapache:9.0.xfrom Jan 20, 2021
Merged
Slice: 9.0.x back port of self healing and throttle by default#7435zwoop merged 5 commits intoapache:9.0.xfrom
zwoop merged 5 commits intoapache:9.0.xfrom
Conversation
…apache#6691) The very first slice is used as the reference slice to make recovery easiest. Recover asset where slices differ in content-length, etag, last-modified. autests included to cover basic functionality. Includes additions to include/ts/experimental.h: tsapi time_t TSMimeParseDate(char const *const value_str, int const value_len); tsapi TSReturnCode TSMimeFormatDate(time_t const value_time, char *const value_str, int *const value_len); These are derived from TSMimeHdrFieldValueDateSet/TSMimeHdrFieldValueDateGet. (cherry picked from commit 6dd31eb)
(cherry picked from commit dde3897)
Change header debug to use TSHttpHdrPrint. Co-authored-by: Brian Olsen <bolsen149@ipcdn-cache-58.cdnlab.comcast.net> (cherry picked from commit 9d23ab6)
…ache#7257) slice: default to throttling, 416 changes and bug fix for downstream closing. (cherry picked from commit 4462484)
Contributor
|
Thanks @traeak much appreciated! |
This was referenced Jan 20, 2021
masaori335
pushed a commit
to masaori335/trafficserver
that referenced
this pull request
Jan 26, 2021
* asf/9.0.x: Updated ChangeLog Fix stall on outbound TLS handshake (apache#7432) Slice: 9.0.x back port of self healing and throttle by default (apache#7435)
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 is a back port of the following prs to the ats 9.0.x branch:
Slice plugin: recover out of sync slices, better handling of non 206s (#6691)
Make format specifier for time_t portable (#6860)
slice: clean up of created 502 response header (#6919)
default to throttling and subsequently simplify the transfer code (#7257)