wandenberg / nginx-push-stream-module

A pure stream http push technology for your Nginx setup. Comet made easy and really scalable.
Other
2.22k stars 295 forks source link

pushstream.js is still using obsolete escape/unescape function #258

Closed kaharman closed 6 years ago

kaharman commented 7 years ago

I think it needs to be changed with function encodeURIComponent()/decodeURIComponent() to handle special character.

kpmueller commented 7 years ago

we also came across this