Skip to content
Snippets Groups Projects
Commit 619cbbb8 authored by Yuchen Zeng's avatar Yuchen Zeng Committed by GitHub
Browse files

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
......@@ -31,7 +31,7 @@
*
*/
#include "src/core/lib/channel/message_size_filter.h"
#include "src/core/ext/filters/max_age/max_age_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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment