/**
* Time in milliseconds that connectors will wait for another HTTP request before
* closing the connection. When not set, the connector's container-specific default
* will be used. Use a value of -1 to indicate no (i.e. infinite) timeout.
*/
private Integer connectionTimeout;
我不知道这是一个错误还是一个功能。但是,我肯定觉得这是不合理的,在tomcat中,默认的connectionTimeout值是2000。然而在spring boot中,他没有默认值,导致系统出现大量的TIME_WAIT。我觉得自动传输的时候也应该给一个默认值。不为空或 0。