Method
SoupServerpause_message
Declaration [src]
void
soup_server_pause_message (
SoupServer* server,
SoupServerMessage* msg
)
Description [src]
Pauses I/O on msg
.
This can be used when you need to return from the server handler without
having the full response ready yet. Use soup_server_unpause_message()
to
resume I/O.
This must only be called on a SoupServerMessage
which was created by the
SoupServer
and are currently doing I/O, such as those passed into a
SoupServerCallback
or emitted in a SoupServer::request-read
signal.
Deprecated since: | 3.2 |
Use |
Parameters
msg |
SoupServerMessage |
A |
|
The data is owned by the caller of the function. |