spring-boot/spring-boot-devtools
Andy Wilkinson df9308c645 HttpTunnelServer should only check for disconnect after first connection
Previously, ServerThread would check for a disconnect as soon as it
had been started. This raced with it handling its first connection. If
the check for disconnect won the race it would incorrectly determine
that the disconnect timeout had been reached and wouldn’t respond to
the connection.

This commit updates ServerThread so that it only checks the disconnect
timeout once it’s handled at least one connection.

Closes gh-4668
2015-12-04 16:00:25 +00:00
..
src HttpTunnelServer should only check for disconnect after first connection 2015-12-04 16:00:25 +00:00
pom.xml Fix class loading problem with DevTools and Spring Session with Redis 2015-12-04 11:58:52 +00:00