zwopple / PocketSocket

Objective-C websocket library for building things that work in realtime on iOS and OS X.
Other
414 stars 129 forks source link

Firefox websocket headers support #72

Open rodrigue-h opened 6 years ago

rodrigue-h commented 6 years ago

Firefox Websocket headers support. Added components separated by "," for Firefox only if ";" results to 1 component and "," results to more components.

schmitzware commented 6 years ago

FYI - this was my fix:

[header componentsSeparatedByCharactersInSet:[NSCharacterSet characterSetWithCharactersInString:@",;"]