Polish "Add idle timeout property for Reactor Netty"

See gh-27371
This commit is contained in:
Andy Wilkinson
2021-07-19 14:58:15 +01:00
parent cbcd7b939b
commit ed38ac6ff0
4 changed files with 10 additions and 18 deletions

View File

@@ -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;

View File

@@ -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.