Great that you found that bug so fast!

The patch contains some white space changes - Please can you send
those changes in a separate patch?

> -             my $payload_len = unpack 'C', substr($hdl->{rbuf}, 1, 1);
> +                 my $payload_len = unpack 'C', substr($hdl->{rbuf}, 1, 1);
>  
> -             my $masked = $payload_len & 0b10000000;
> -             die "received unmasked websocket frame from client\n" if 
> !$masked;
> +                 my $masked = $payload_len & 0b10000000;
> +                 die "received unmasked websocket frame from client\n" if 
> !$masked;

...

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to