Sergey Mashkov

Results 143 comments of Sergey Mashkov

ktor server MPP is planned for 1.4.0

@orangy btw, I believe html building functions could be made inline so suspensions will work well except that writing to the output channel will be blocking (tag consumer could be...

Correct me if I am wrong but I don't see any *value* of using ktor with Wicket. Can't you simply use Kotlin with Wicket with no ktor? Why combine?

> with jetty everything is ok except it does not have flush implementation what do you mean? > `ChannelOption.SO_KEEPALIVE, true` this wouldn't help as the default TCP keepalive period is...

I believe flush() should force response body in both cases. How could we flush empty character without sending status? It is impossible in HTTP.

In netty there is a write timeout specified of 10 seconds (not configurable for now, will add it). Unfortunately netty's ktor engine doesn't log such errors for now so network...

Partially fixed in 0.9.1-alpha-6: now jetty should flush status and headers while netty should close connection on timeout, but no timeout configuration yet and no appropriate logging

This requires design. It's not clear how it should work, how it should look and what API should it provide.