Commit b0ae9f0
authored
In JDK23, response headers are no longer always immediately sent. See
also https://bugs.openjdk.org/browse/JDK-8331847 This PR adds flush call
for the response body to make progress.
Resolves: #115145 Resolves: #115164
(cherry picked from commit 8c23fd7)
1 parent 19e87c2 commit b0ae9f0
File tree
1 file changed
+3
-2
lines changed- modules/repository-s3/src/test/java/org/elasticsearch/repositories/s3
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
572 | 572 | | |
573 | 573 | | |
574 | 574 | | |
| 575 | + | |
575 | 576 | | |
576 | 577 | | |
577 | 578 | | |
578 | 579 | | |
579 | | - | |
580 | | - | |
581 | 580 | | |
582 | 581 | | |
583 | 582 | | |
584 | 583 | | |
| 584 | + | |
585 | 585 | | |
586 | 586 | | |
587 | 587 | | |
| |||
626 | 626 | | |
627 | 627 | | |
628 | 628 | | |
| 629 | + | |
629 | 630 | | |
630 | 631 | | |
631 | 632 | | |
| |||
0 commit comments