Fix the header file missing error for out-of-tree build for cppapi.#190
Closed
zeb209 wants to merge 2 commits intoapache:masterfrom
zeb209:cppapi-out-of-tree-build
Closed
Fix the header file missing error for out-of-tree build for cppapi.#190zeb209 wants to merge 2 commits intoapache:masterfrom zeb209:cppapi-out-of-tree-build
zeb209 wants to merge 2 commits intoapache:masterfrom
zeb209:cppapi-out-of-tree-build
Conversation
Contributor
|
@bgaff can you please review and merge? |
Contributor
|
AFAICT this was fixed in https://issues.apache.org/jira/browse/TS-3759. Thanks @zeb209 |
SolidWallOfCode
pushed a commit
to SolidWallOfCode/trafficserver
that referenced
this pull request
May 7, 2016
[YTSATS-676] Add log field for Server Connection Count
maskit
pushed a commit
to maskit/trafficserver
that referenced
this pull request
Feb 2, 2017
* asf/master: (392 commits) Doh, chomp does not trim WS ... Make sure any trailing WS is removed from the Jira summary Change the changelog.pl script to use /usr/bin/env to find perl TS-4089: clang-format [TS-4091] addressing internal headers This close apache#387. TS-4089: Fixed coverity issues in parent selection. TS-4074: Escape backslashes in user/group/machine name TS-4043: Prevent bogus FQDN characters in host header This close apache#356. TS-3418: clang-format This closes apache#190. This closes apache#321. TS-4071: Unused mutex Diags::rotate_lock TS-3418: Various style fixes. TS-3418: Refactored parent selection to add a secondary parent consistent hash ring. This closes apache#368. TS-4084: Empty README.md file TS-4079: Support for arbitrary esi vars through HTTP request headers. This closes apache#378 TS-3944: Add documentation for TSHttpTxnServerAddrSet to clarify when it must be called. This close apache#385. Clang format. TS-3908: Fix clang errors in WCCP. ...
masaori335
pushed a commit
to masaori335/trafficserver
that referenced
this pull request
Sep 24, 2021
… plugins. (apache#190) (cherry picked from commit 2f5a38b) Added and updated docs for new and modified APIs. (cherry picked from commit dc49d90) Modified TSHttpConnectPlugin() to take a TSHttpConnectPluginOptions struct as an argument. (cherry picked from commit 2115c6f) Added TSConnectType enum to convey information about underlying data stored inside an instance of TSHttpConnectOptions. (cherry picked from commit 1a30820) Fixed a typo of a type name in the docs. (cherry picked from commit ce81ab6) * Added a getter API function for the type TSHttpConnectOptions * Added an enum for default water mark values * Refactored dependencies * Added and updated docs (cherry picked from commit 6d7e63f) Reformatted apidefs.h.in. (cherry picked from commit 730193d) Changed evaluation of buffer indexes from a hardcoded value to an enum-based value. (cherry picked from commit 4b369b3) Reverted inadvertently committed change to TSSslSession doc. (cherry picked from commit fb5097a) Modified slice to leverage APIs to specify buffer size and watermark. (cherry picked from commit 2dccc69) * Refactored dependencies based on changes made in PR apache#8088 (cherry picked from commit 20b574f) Set milestone for first connect before returning in the PluginVC case. (cherry picked from commit 27aaf31) Co-authored-by: Jeff Elsloo <elsloo@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.
This pull request replaces the patch for TS-3427.