From 9cdb1876d8bc0210be2cf2d9208d549c37cae59e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 30 Oct 2010 17:52:56 +0200 Subject: [PATCH] Enable close connection for the inital WISPr request --- tools/wispr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/wispr.c b/tools/wispr.c index b64ead0..6d7a645 100644 --- a/tools/wispr.c +++ b/tools/wispr.c @@ -112,6 +112,7 @@ int main(int argc, char *argv[]) g_web_set_accept(web, NULL); g_web_set_user_agent(web, "SmartClient/%s wispr", VERSION); + g_web_set_close_connection(web, TRUE); if (option_url == NULL) option_url = g_strdup("http://connman.net/"); -- 2.7.4