<@U092308M7> … I was writing some tests for my OkH...
# ktor
j
@orangy … I was writing some tests for my OkHttpClient… So I copy/paste the server from JettyClient test and it did not work well with my client… After some debugging I tried to run the server ( with server.join() so it will not shutdown) and access it from the browser.... and the browser did find the server, but could not understand the response from it. Is this an expected behavior?