OpenSearch/test/fixtures/gcs-fixture/src/main/java/fixture/gcs
Armin Braun 3be70f64d8
Fix GCS Mock Http Handler JDK Bug (#51933) (#51941)
There is an open JDK bug that is causing an assertion in the JDK's
http server to trip if we don't drain the request body before sending response headers.
See https://bugs.openjdk.java.net/browse/JDK-8180754
Working around this issue here by always draining the request at the beginning of the handler.

Fixes #51446
2020-02-05 15:37:06 +01:00
..
FakeOAuth2HttpHandler.java Improve Stability of GCS Mock API (#49592) (#49597) 2019-11-26 16:53:51 +01:00
GoogleCloudStorageHttpFixture.java Add docker-composed based test fixture for GCS (#48902) 2019-11-07 13:27:22 -05:00
GoogleCloudStorageHttpHandler.java Fix GCS Mock Http Handler JDK Bug (#51933) (#51941) 2020-02-05 15:37:06 +01:00