Skip to content

session: take a ref of the item when calling soup_message_io_run_until_read_async

Carlos Garcia Campos requested to merge carlosgc/run-until-done-ref into master

And release it in the callback. In case of cancellation the item can be finished by explicitly calling soup_session_process_queue_item() which can release the last reference before async_send_request_return_result() is called.

Merge request reports