steal_connection
Description:
"Steals" the HTTP connection associated with this from its Server.
This happens immediately, regardless of the current state of the connection; if the response to the current
Message has not yet finished being sent, then it will be discarded; you can steal the
connection from a SoupMessage:wrote-informational
or SoupMessage:wrote-body
signal handler if you need to wait for
part or all of the response to be sent.
Note that when calling this function from C, this will most likely be freed as a side effect.
Parameters:
this |
Returns:
the IOStream formerly associated with this
(or |