summaryrefslogtreecommitdiff
path: root/src/http.cc
diff options
context:
space:
mode:
authorJonas Suhr Christensen <jsc@umbraculum.org>2012-03-11 11:39:35 +0100
committerJonas Suhr Christensen <jsc@umbraculum.org>2012-03-11 11:39:35 +0100
commite0b372c0ba5748e378919e55900220112575b583 (patch)
tree91d06a58de5ce33c153f8b1ce7f44178d2c6f1d9 /src/http.cc
parent39396a2660150770c3fd14aac8b4be0dcbae8497 (diff)
Fixed drag and drop problem by stopping propagation of the event.
+ some non-finished updatign code.
Diffstat (limited to 'src/http.cc')
-rw-r--r--src/http.cc2
1 files changed, 1 insertions, 1 deletions
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,