diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-10-30 17:52:56 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-10-30 17:52:56 +0200 |
commit | 9cdb1876d8bc0210be2cf2d9208d549c37cae59e (patch) | |
tree | bdd7a275ed8e9d17b685bd01aa2d7ab0cc3f7abd /tools/wispr.c | |
parent | 9716a57aabbb2dc9b196030b3f9d837f0cd6861f (diff) | |
download | connman-9cdb1876d8bc0210be2cf2d9208d549c37cae59e.tar.gz connman-9cdb1876d8bc0210be2cf2d9208d549c37cae59e.tar.bz2 connman-9cdb1876d8bc0210be2cf2d9208d549c37cae59e.zip |
Enable close connection for the inital WISPr request
Diffstat (limited to 'tools/wispr.c')
-rw-r--r-- | tools/wispr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/wispr.c b/tools/wispr.c index b64ead0b..6d7a6455 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/"); |