From e0b372c0ba5748e378919e55900220112575b583 Mon Sep 17 00:00:00 2001 From: Jonas Suhr Christensen Date: Sun, 11 Mar 2012 11:39:35 +0100 Subject: Fixed drag and drop problem by stopping propagation of the event. + some non-finished updatign code. --- src/http.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http.cc') diff --git a/src/http.cc b/src/http.cc index c755442..fe37d76 100644 --- a/src/http.cc +++ b/src/http.cc @@ -41,7 +41,7 @@ int callback_http(struct libwebsocket_context * context, switch(reason) { case LWS_CALLBACK_HTTP: fprintf(stderr, "serving HTTP URI %s\n", (char *)in); - +// // add favicon later if(in && strcmp((const char *)in, "/favicon.ico") == 0) { if(libwebsockets_serve_http_file(wsi, -- cgit v1.2.3