Polish "Add idle timeout property for Reactor Netty"
See gh-27371
This commit is contained in:
@@ -1301,8 +1301,8 @@ public class ServerProperties {
|
||||
private boolean validateHeaders = true;
|
||||
|
||||
/**
|
||||
* IdleTimeout for netty server .If an idletimeout is not specified, this
|
||||
* indicates no timeout(infinite).
|
||||
* Idle timeout of the Netty channel. When not specified, an infinite timeout is
|
||||
* used.
|
||||
*/
|
||||
private Duration idleTimeout;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2012-2020 the original author or authors.
|
||||
* Copyright 2012-2021 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
||||
Reference in New Issue
Block a user