@@ -1145,6 +1145,33 @@ done:
return;
}
+/**
+ * @brief
+ * Handle the receipt of new data and the potential closure and
+ * finalization of a web request.
+ *
+ * This handles the receipt of new data associated with @a result and
+ * the potential closure and finalization of it, if appropriate.
+ *
+ * @param[in] result A pointer to the mutable web request
+ * result with data to process or to be
+ * finalized.
+ * @param[in,out] user_data A pointer to the mutable WISPr portal
+ * detection context associated with the
+ * "online" HTTP-based Internet
+ * reachability check this is finalizing.
+ *
+ * @returns
+ * True if web request should wait for and process further data;
+ * otherwise, false.
+ *
+ * @sa wispr_portal_web_result_err
+ * @sa wispr_portal_web_result_no_err
+ * @sa wispr_manage_message
+ *
+ * @private
+ *
+ */
static bool wispr_portal_web_result(GWebResult *result, gpointer user_data)
{
struct connman_wispr_portal_context *wp_context = user_data;