ktor icon indicating copy to clipboard operation
ktor copied to clipboard

Not calling call.respond() at server results in 404 for the client

Open ketilsan opened this issue 5 years ago • 2 comments

Calling a service from the client results in a 404-error if the server does not respond with a call.respond() 404 Not Found is a bit missleading here.

ktorVersion = "1.0.0-beta-3" Discussion at Slack: https://kotlinlang.slack.com/archives/C0A974TJ9/p1542617591326600

ketilsan avatar Nov 19 '18 11:11 ketilsan

Maybe this could be implemented as an addition to StatusPages that allows catching an error that call.respond() wasn't called.

dave08 avatar Nov 19 '18 11:11 dave08

Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.

oleg-larshin avatar Aug 10 '20 15:08 oleg-larshin