Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor fixes #61

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

alexey-khabulyak
Copy link

  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.
@italorossi
Copy link
Member

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

@alexey-khabulyak
Copy link
Author

no problem. i'll make some test soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants