Skip to content

sync-service: fix criticals when glib-networking is not installed

Michael Catanzaro requested to merge mcatanzaro/#2320 into master

When glib-networking is not installed, the response body will be empty. We need to handle this case. We'd need to do so regardless, because the response is untrusted input. Servers can send empty responses.

Fixes #2320 (closed)

Merge request reports