How scala spray immediately close connection after send answe?
In other http server Im set tcp options
so_linger` = 0
Where I can set so_linger param in spray_can?
You can set a Connection("close")
header on the response. Spray-can will then close the connection.