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
619cbbb8
Commit
619cbbb8
authored
7 years ago
by
Yuchen Zeng
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #10491 from y-zeng/fix_max_age
Fix headers included in max_age_filter.c
parents
a956d999
5fa46127
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/core/ext/filters/max_age/max_age_filter.c
+1
-2
1 addition, 2 deletions
src/core/ext/filters/max_age/max_age_filter.c
with
1 addition
and
2 deletions
src/core/ext/filters/max_age/max_age_filter.c
+
1
−
2
View file @
619cbbb8
...
...
@@ -31,7 +31,7 @@
*
*/
#include
"src/core/
lib/channel/message_siz
e_filter.h"
#include
"src/core/
ext/filters/max_age/max_ag
e_filter.h"
#include
<limits.h>
#include
<string.h>
...
...
@@ -41,7 +41,6 @@
#include
"src/core/lib/iomgr/timer.h"
#include
"src/core/lib/surface/channel_init.h"
#include
"src/core/lib/transport/http2_errors.h"
#include
"src/core/lib/transport/service_config.h"
#define DEFAULT_MAX_CONNECTION_AGE_MS INT_MAX
#define DEFAULT_MAX_CONNECTION_AGE_GRACE_MS INT_MAX
...
...
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