Commit 5e5f8ee
committed
Have HTTP client connection pool handle racy uncancellable timeout.
Motivation:
The HTTP client connection pool resource acquisition completion can race against the acquisition timeout.
Changes:
When the acquisition timeout cannot be cancelled, the resource should be recycled and the promise should not be completed.1 parent 5348c93 commit 5e5f8ee
1 file changed
Lines changed: 4 additions & 3 deletions
File tree
- vertx-core/src/main/java/io/vertx/core/http/impl
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
164 | 166 | | |
165 | | - | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
| |||
0 commit comments