Files
spring-boot/spring-boot-project
Phillip Webb 2fa1180332 Make NamedPipeSocket.connect a no-op to fix connection exceptions
Update `NamedPipeSocket` so that `connect` methods are now no-ops. This
restores the behavior of Spring Boot 3.3 which previously handled the
case by overriding `ConnectionSocketFactory.connectSocket`. The newer
HTTP client code uses the `DetachedSocketFactory` interface which
doesn't offer a method that we can override, so instead we must change
the socket implementation itself.

Fixes gh-42952
2024-11-01 13:22:07 -07:00
..
2024-10-18 10:49:15 -07:00
2024-10-18 10:49:15 -07:00
2024-11-01 14:32:51 +00:00
2024-10-29 13:39:31 +09:00
2024-10-21 13:23:42 +02:00