greenswitch icon indicating copy to clipboard operation
greenswitch copied to clipboard

minor fixes

Open alexey-khabulyak opened this issue 4 years ago • 2 comments

  1. I've changed socket file flags to rb (read, bytes). Without 'bytes' script can't count length properly if we have cyrillic symbols. For example len("раз") with 'r' flags return 3, with 'rb' 6.
  2. Some events can contain body with additional Content-Length header. DETECTED_SPEECH for example.
  3. new method for inbound mode: execute.

alexey-khabulyak avatar Aug 27 '20 19:08 alexey-khabulyak

Hey thanks for contributing. Do you mind creating a test case for it?

italorossi avatar Sep 10 '20 19:09 italorossi

no problem. i'll make some test soon.

alexey-khabulyak avatar Sep 10 '20 19:09 alexey-khabulyak