sergicastro commented on a change in pull request #7249:
URL: https://github.com/apache/skywalking/pull/7249#discussion_r664040509
##########
File path:
oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/CoreModuleConfig.java
##########
@@ -182,6 +182,12 @@
@Setter
private boolean enableEndpointNameGroupingByOpenapi = true;
+ /**
+ * The maximum size in bytes allowed for request headers.
+ * Use -1 to disable it.
+ */
+ private int httpMaxRequestHeaderSize = 8192;
Review comment:
Also, this is the value the oap-server logs show when I hit the issue,
so defaulting to this one should cause no changes when upgrading an environment.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]