fixme: cookies
authorDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 1 Oct 2008 02:30:47 +0000 (03:30 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 1 Oct 2008 02:30:47 +0000 (03:30 +0100)
http.c

diff --git a/http.c b/http.c
index c56408d..298cc1f 100644 (file)
--- a/http.c
+++ b/http.c
@@ -101,6 +101,8 @@ int process_http_response(struct anyconnect_info *vpninfo, int *result,
                        if (!strncmp(colon, "webvpn=", 7)) {
                                vpninfo->cookie = strdup(colon + 7);
                        }
+                       /* FIXME: Handle other cookies, including the webvpnc one
+                          which tells us whether to update the XML config file */
                                        
                }
                if (!strcmp(buf, "Transfer-Encoding")) {