Commit 2452c4e
committed
Fix intermittent failure in ForwardedTest (#2918)
Fixes #2916
Sometimes ForwardedTest.testXForwardMissingHostHeader would time out on Windows, having the fabricated connection closed.
This was probably due to the NetClient, scoped to the test method, being eagerly cleanup by the JVM.
Signed-off-by: Thomas Segismont <[email protected]>1 parent 8aa3264 commit 2452c4e
1 file changed
Lines changed: 13 additions & 4 deletions
Lines changed: 13 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
34 | 45 | | |
35 | 46 | | |
36 | 47 | | |
| |||
432 | 443 | | |
433 | 444 | | |
434 | 445 | | |
435 | | - | |
436 | 446 | | |
437 | 447 | | |
438 | 448 | | |
439 | 449 | | |
440 | | - | |
441 | | - | |
442 | | - | |
| 450 | + | |
| 451 | + | |
443 | 452 | | |
444 | 453 | | |
445 | 454 | | |
| |||
0 commit comments