Closed marchellodev closed 1 week ago
Hi @marchellodev, thanks for reaching out. It's disappointing to discover that you ran into problems. Can you share the code that you used for futher investigation?
I bumped node (alpine docker build) from 20 to 23, and now the issue seems to be resolved.
I think it would make sense to investigate this more deeply only if others encounter this problem. So let's just use this issue for tracking that :)
Thanks for such a great library!
Closing this now. Will reopen if this is a recurring issue. 😄
Bug Description
I have a very minimal robyn server, and I am sending requests to it via node's fetch.
Locally everything is ok. But when deployed to AWS, sometimes the server would crash with the following logs:
Seems to be related to https://github.com/actix/actix-web/issues/3102 and https://github.com/seanmonstar/httparse/issues/146
Steps to Reproduce
No response
Your operating system
None
Your Python version (
python --version
)3.11
Your Robyn version
latest
Additional Info
No response