Stops processing for @server, if you are using the old API. Call
this to clean up after soup_server_run_async(), or to terminate a
call to soup_server_run().
Note that messages currently in progress will continue to be
handled, if the main loop associated with the server is resumed or
kept running.
@server is still in a working state after this call; you can start
and stop a server as many times as you want.
Deprecated: When using soup_server_listen(), etc, the server will
always listen for connections, and will process them whenever the
thread-default #GMainContext is running.
Stops processing for @server, if you are using the old API. Call this to clean up after soup_server_run_async(), or to terminate a call to soup_server_run().
Note that messages currently in progress will continue to be handled, if the main loop associated with the server is resumed or kept running.
@server is still in a working state after this call; you can start and stop a server as many times as you want.