aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/maweb.c
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-08-12 20:59:48 +0200
committercbdev <cb@cbcdn.com>2019-08-12 20:59:48 +0200
commit047c76b48d4dd72b68ffaf99a210f9a3d5460f71 (patch)
treed4d29bf23c4c558431e132b1bd1f2c5b0a4f7add /backends/maweb.c
parentbad0fdac1e725b4b2efbbbfff4cef74c2e05efb8 (diff)
downloadmidimonster-047c76b48d4dd72b68ffaf99a210f9a3d5460f71.tar.gz
midimonster-047c76b48d4dd72b68ffaf99a210f9a3d5460f71.tar.bz2
midimonster-047c76b48d4dd72b68ffaf99a210f9a3d5460f71.zip
Placate spellintian...
Diffstat (limited to 'backends/maweb.c')
-rw-r--r--backends/maweb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/maweb.c b/backends/maweb.c
index 38d3d69..b708015 100644
--- a/backends/maweb.c
+++ b/backends/maweb.c
@@ -355,7 +355,7 @@ static int maweb_connect(instance* inst){
|| mmbackend_send_str(data->fd, "Connection: Upgrade\r\n")
|| mmbackend_send_str(data->fd, "Upgrade: websocket\r\n")
|| mmbackend_send_str(data->fd, "Sec-WebSocket-Version: 13\r\n")
- //the websocket key probably should not be hardcoded, but this is not security criticial
+ //the websocket key probably should not be hardcoded, but this is not security critical
//and the whole websocket 'accept key' dance is plenty stupid as it is
|| mmbackend_send_str(data->fd, "Sec-WebSocket-Key: rbEQrXMEvCm4ZUjkj6juBQ==\r\n")
|| mmbackend_send_str(data->fd, "\r\n")){