forked fromAsyncHttpClient/async-http-client
- Notifications
You must be signed in to change notification settings - Fork0
Commitf6b6b42
committed
Initialize timeout remote address when channel was pooled,closeAsyncHttpClient#1363
Motivation:When channel was fetched from pool, we fail to initialize the remoteaddress, causing timeout exceptions to say «not-connected ».Modification:Properly initializeResult:No more erroneous « not-connected ». 1 parent9ed24f2 commitf6b6b42
File tree
1 file changed
+4
-2
lines changed- client/src/main/java/org/asynchttpclient/netty/request
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
| 218 | + | |
218 | 219 | | |
219 | 220 | | |
220 | 221 | | |
| |||
376 | 377 | | |
377 | 378 | | |
378 | 379 | | |
379 | | - | |
| 380 | + | |
380 | 381 | | |
381 | 382 | | |
382 | 383 | | |
| 384 | + | |
383 | 385 | | |
384 | 386 | | |
385 | 387 | | |
| |||
0 commit comments
Comments
(0)