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

Find work-around for IO::Socket::Async's grapheme restriction #12

Closed
rawleyfowler opened this issue Jan 2, 2023 · 0 comments · Fixed by #15
Closed

Find work-around for IO::Socket::Async's grapheme restriction #12

rawleyfowler opened this issue Jan 2, 2023 · 0 comments · Fixed by #15
Labels
bug Something isn't working

Comments

@rawleyfowler
Copy link
Owner

rawleyfowler commented Jan 2, 2023

Right now, there is a bug with POST requests that needs to be addressed ASAP. Mainly the fact that the last byte will almost always be cut off. This is because Raku's IO::Socket:Async connection supply has a hard time decoding the final character.

https://docs.raku.org/type/IO::Socket::Async#method_Supply

@rawleyfowler rawleyfowler added the bug Something isn't working label Jan 2, 2023
@rawleyfowler rawleyfowler changed the title Fix multi-packet requests Find work-around for IO::Socket::Async's grapheme restriction Jan 7, 2023
@rawleyfowler rawleyfowler linked a pull request Jan 8, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant