Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
db096f3d
Commit
db096f3d
authored
8 years ago
by
Mark D. Roth
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #8679 from markdroth/core_api_cleanup
Remove deprecated macros from C-core API.
parents
24ef07c8
fb927409
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/core/pending_api_cleanups.md
+2
-4
2 additions, 4 deletions
doc/core/pending_api_cleanups.md
doc/cpp/pending_api_cleanups.md
+2
-0
2 additions, 0 deletions
doc/cpp/pending_api_cleanups.md
include/grpc/impl/codegen/grpc_types.h
+0
-3
0 additions, 3 deletions
include/grpc/impl/codegen/grpc_types.h
with
4 additions
and
7 deletions
doc/core/pending_api_cleanups.md
+
2
−
4
View file @
db096f3d
...
...
@@ -13,7 +13,5 @@ number:
-
remove
`GRPC_ARG_MAX_MESSAGE_LENGTH`
channel arg from
`include/grpc/impl/codegen/grpc_types.h`
(commit
`af00d8b`
)
-
remove
`ServerBuilder::SetMaxMessageSize()`
method from
`include/grpc++/server_builder.h`
(commit
`6980362`
)
-
remove
`GRPC_INITIAL_METADATA_IGNORE_CONNECTIVITY`
macro from
`include/grpc/impl/codegen/grpc_types.h`
(commit
`59c9f90`
)
(cannot be done until after next grpc release, so that TensorFlow can
use the same code both internally and externally)
This diff is collapsed.
Click to expand it.
doc/cpp/pending_api_cleanups.md
+
2
−
0
View file @
db096f3d
...
...
@@ -11,5 +11,7 @@ This file lists all pending backward-compatibility changes that should
be cleaned up the next time we are going to bump the major version
number:
-
remove
`ServerBuilder::SetMaxMessageSize()`
method from
`include/grpc++/server_builder.h`
(commit
`6980362`
)
-
remove
`ClientContext::set_fail_fast()`
method from
`include/grpc++/impl/codegen/client_context.h`
(commit
`9477724`
)
This diff is collapsed.
Click to expand it.
include/grpc/impl/codegen/grpc_types.h
+
0
−
3
View file @
db096f3d
...
...
@@ -272,9 +272,6 @@ typedef enum grpc_call_error {
#define GRPC_INITIAL_METADATA_IDEMPOTENT_REQUEST (0x00000010u)
/** Signal that the call should not return UNAVAILABLE before it has started */
#define GRPC_INITIAL_METADATA_WAIT_FOR_READY (0x00000020u)
/** DEPRECATED: for backward compatibility */
#define GRPC_INITIAL_METADATA_IGNORE_CONNECTIVITY \
GRPC_INITIAL_METADATA_WAIT_FOR_READY
/** Signal that the call is cacheable. GRPC is free to use GET verb */
#define GRPC_INITIAL_METADATA_CACHEABLE_REQUEST (0x00000040u)
/** Signal that GRPC_INITIAL_METADATA_WAIT_FOR_READY was explicitly set
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment