olme04
olme04
Based on: https://github.com/ktorio/ktor/pull/2939 **Subsystem** Server, CIO **Motivation** Fixes https://youtrack.jetbrains.com/issue/KTOR-694 for native **Solution** * New backward-compatible API for multiplatform SSL connectors (similar to TLSConfig from `ktor-network-tls`) * CIO HTTPS support on...
Based on: https://github.com/ktorio/ktor/pull/2929 **Subsystem** Network, CIO **Motivation** partially fixes https://youtrack.jetbrains.com/issue/KTOR-1181 (no darwin support yet) **Solution** * Use cinterop with openssl on linux to handle TLS * Support both client/server authentication...
**Subsystem** Server, CIO, Network **Motivation** Fixes https://youtrack.jetbrains.com/issue/KTOR-694 **Solution** Sses JDK SSLEngine for TLS implementation Also, supports client TLS, but not used for now TODO: * one test failed - HttpServerCommonTestSuite.testProxyHeaders...
* Sample of simple RPC using rsocket-kotlin for client and server * Server and Client works on all platforms * Serialization using kx.serialization with example of using Json or ProtoBuf...
On current moment, JS executor support returning `Promise` from benchmark function. But it doesn't support returning `Promise` from `setup` and `teardown`. On JVM and Native we can call `runBlocking` in...
Update specification with supporting of unbounded mode for request(n) to overcome absence of Magic Number from Reactive Streams specification ### Motivation: In Reactive Streams specification, and in Project Reactor (implementation...