Websocket client select if looping or not
[src/app-framework-binder.git] / src / afb-websock.c
index 0228ce1..abdcfa1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 "IoT.bzh"
+ * Copyright (C) 2016, 2017 "IoT.bzh"
  * Author: José Bollo <jose.bollo@iot.bzh>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -212,7 +212,7 @@ int afb_websock_check_upgrade(struct afb_hreq *hreq)
                return 0;
 
        ws = NULL;
-       rc = check_websocket_upgrade(hreq->connection, protodefs, &hreq->context, &ws);
+       rc = check_websocket_upgrade(hreq->connection, protodefs, &hreq->xreq.context, &ws);
        if (rc == 1) {
                hreq->replied = 1;
                if (ws != NULL)