Welcome Pete Cordell as #curl commit author 1293: github.com/curl/curl/pull/1439…
Flags to opcodes should ignore CURLWS_CONT flag by Pete-Cordell · Pull Request #14397 · curl/curl
When converting WebSocket flags such as CURLWS_TEXT | CURLWS_CONT to opcodes for sending fragmented frames, we want to exclude CURLWS_CONT from the lookup so AND it out. Alternatively, this tweak c...GitHub