Commit b417cd7
committed
Escape % in eventsource to prevent decoding problems
Since `decodeUri` is used on client side, we should escape % to prevent problems.
See sockjs/sockjs-client#490 for a reported issue.1 parent d891184 commit b417cd7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments