Skip to content

soup-auth-manager: remove authenticate signal

Carlos Garcia Campos requested to merge carlosgc/auth-manager-authenticate into master

This is a leftover from the soup3 redesign. The plan was to move the authenticate signal from Session and SoupAuthManager to SoupMessage, but I forgot to remove the signal declararion from SoupAuthManager. There's no actual API break because we never emitted the signal, so this can't break anything.

Merge request reports