Skip to content

soup-session: soup_session_has_feature doesn't work for requests

Carlos Garcia Campos requested to merge carlosgc/session-has-request into master

We are currently using the hash table value as a key in the lookup. So, we compare the feature type with the registewred schemes. We should get the list of schemes and find one in the table whose value matches the given type.

Merge request reports