1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 21:43:12 +02:00
Files
unrealircd/src
Bram Matthys 68171b5582 Websocket: apparently PONG frames are sometimes unmasked, even though
RFC6455 clearly says:
      Defines whether the "Payload data" is masked.  If set to 1, a
      masking key is present in masking-key, and this is used to unmask
      the "Payload data" as per Section 5.3.  All frames sent from
      client to server have this bit set to 1.

But ok, we'll make an exception for PONG.

This caused the websocket connection to be dropped after a while from
the unrealircd-rpc-php library that uses textalk/websocket.
Probably a bug in textalk/websocket or one of its dependencies,
that should be reported...
2023-04-12 12:31:25 +02:00
..
2022-12-14 15:24:19 +00:00
2023-04-07 14:54:43 +02:00
2021-08-18 13:08:42 +02:00
2021-09-11 09:56:22 +02:00
2022-12-14 15:24:19 +00:00
2023-04-01 12:59:20 +02:00
2022-12-14 15:24:19 +00:00
2023-04-07 14:54:43 +02:00