Skip to content

Simplify soup_host_matches_host()

Claudio Saavedra requested to merge (removed):soup-host-match-simplify into master

There is no need for a hand-written iteration finding a suffix. Use g_str_has_suffix() instead which is cleaner.

Merge request reports