EvoluxBR / greenswitch

Battle proven FreeSWITCH Event Socket Protocol client implementation with Gevent
Other
126 stars 50 forks source link

Remove strip to avoid issue when the final header is blank - with tests! #80

Open talmakion opened 2 years ago

talmakion commented 2 years ago

Refer issue #67, fixing events with a blank final header and whitespace stripping in ESLEvent.parse_data().

This is an updated pull request from earlier, rebased on current master with fixed and added tests.