David Judd

Results 11 issues of David Judd

Currently when Tungstenite receives a 1014 close code, for example, it will convert it to a 1002 before surfacing it to the application, because of: * https://github.com/search?q=repo%3Asnapview%2Ftungstenite-rs%20is_allowed&type=code * https://github.com/snapview/tungstenite-rs/blob/5e153900294cab479048103d746de7f4296b594f/src/protocol/frame/coding.rs#L256 This...

enhancement