mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Reject websocket protocol requests that don't match https://tools.ietf.org/html/rfc6455#section-4.1 .
This commit is contained in:
parent
cb52cc6658
commit
d385cb701b
8 changed files with 31 additions and 509 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
#![feature(append)]
|
||||
#![feature(arc_unique)]
|
||||
#![feature(as_slice)]
|
||||
#![feature(as_unsafe_cell)]
|
||||
#![feature(borrow_state)]
|
||||
#![feature(box_raw)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue