node-red/packages/node_modules/@node-red/nodes/core/io
Nick O'Leary a3cbe80a36
Do not dynamically add/remove upgrade listener in ws nodes
The way we dynamically added/removed event handlers for the
upgrade event was causing problems with the way sockjs (as
used by the worldmap node) tries to intercept the event.

This fix means the ws nodes won't ever remove the upgrade
listener - it gets added once when the first ws node is
deployed and will then remain until the last ws node is
removed and the runtime restarted.
2019-03-20 14:58:26 +00:00
..
lib pull out editor-client and editor-api 2018-08-17 22:10:54 +01:00
05-tls.html add fixes for core nodes 2018-11-30 13:02:15 +00:00
05-tls.js WIP: move all the code 2018-08-04 22:23:06 +01:00
06-httpproxy.html add fixes for core nodes 2018-11-30 13:02:15 +00:00
06-httpproxy.js Add http-proxy for http-request node. 2018-10-03 09:58:25 +09:00
10-mqtt.html Add parsed JSON output option to MQTT subscribe node 2019-02-04 16:35:42 +00:00
10-mqtt.js Add parsed JSON output option to MQTT subscribe node 2019-02-04 16:35:42 +00:00
21-httpin.html add fixes for core nodes 2018-11-30 13:02:15 +00:00
21-httpin.js WIP: move all the code 2018-08-04 22:23:06 +01:00
21-httprequest.html Merge branch 'dev' into i18n-port-label 2019-03-03 11:52:12 +00:00
21-httprequest.js Add file upload test for http request node 2019-03-06 21:21:35 +00:00
22-websocket.html Fix bug in websocket node 2019-01-22 12:03:30 +09:00
22-websocket.js Do not dynamically add/remove upgrade listener in ws nodes 2019-03-20 14:58:26 +00:00
23-watch.html add fixes for core nodes 2018-11-30 13:02:15 +00:00
23-watch.js add watched filename to msg.filename so can feed direct to file in node 2018-09-23 10:35:18 +01:00
31-tcpin.html add fixes for core nodes 2018-11-30 13:02:15 +00:00
31-tcpin.js Add _session and event to WS/TCP Status messages 2019-03-04 11:09:18 +00:00
32-udp.html add fixes for core nodes 2018-11-30 13:02:15 +00:00
32-udp.js remove extraneous brace from udp node 2018-10-23 23:27:49 +01:00