OpenSearch/test/framework
Simon Willnauer 5f0344a918 Pass ThreadContext to transport interceptors to allow header modification (#22618)
TransportInterceptors are commonly used to enrich requests with headers etc.
which requires access the the thread context. This is not always easily possible
since threadpools are hard to access for instance if the interceptor is used on a transport client.

This commit passes on the thread context to all the interceptors for further consumption.

Closes #22585
2017-01-15 13:35:39 +01:00
..
src Pass ThreadContext to transport interceptors to allow header modification (#22618) 2017-01-15 13:35:39 +01:00
build.gradle Replace Socket, ServerSocket, and HttpServer usages in tests with mocksocket versions (#22287) 2017-01-04 14:38:51 -06:00