OpenSearch/libs
Jason Tedor 3fb0923182
Fix content type detection with leading whitespace (#32632)
Today content type detection on an input stream works by peeking up to
twenty bytes into the stream. If the stream is headed by more whitespace
than twenty bytes, we might fail to detect the content type. We should
be ignoring this whitespace before attempting to detect the content
type. This commit does that by ignoring all leading whitespace in an
input stream before attempting to guess the content type.
2018-08-06 18:07:46 -04:00
..
cli Detect and prevent configuration that triggers a Gradle bug (#31912) 2018-07-19 06:46:58 +00:00
core Add byte array pooling to nio http transport (#31349) 2018-06-15 14:01:03 -06:00
grok INGEST: Fix ThreadWatchDog Throwing on Shutdown (#32578) 2018-08-06 22:46:26 +02:00
nio Remove unnecessary warning supressions (#32250) 2018-07-23 11:31:04 +02:00
plugin-classloader Build: Fail if any libs depend on non-core libs (#29336) 2018-04-16 11:49:27 -04:00
secure-sm Build: Fail if any libs depend on non-core libs (#29336) 2018-04-16 11:49:27 -04:00
x-content Fix content type detection with leading whitespace (#32632) 2018-08-06 18:07:46 -04:00
build.gradle Rename elasticsearch-core to core (#31185) 2018-06-07 16:50:21 -04:00