This attempts to set up @server to listen for connections on @fd.
See soup_server_listen() for more details.
Note that @server will close @fd when you free it or call soup_server_disconnect().
the file descriptor of a listening socket
listening options for this server
%TRUE on success, %FALSE if an error occurred (in which case @error will be set).
GException on failure.
2.48
See Implementation
This attempts to set up @server to listen for connections on @fd.
See soup_server_listen() for more details.
Note that @server will close @fd when you free it or call soup_server_disconnect().