Replies: 1 comment 3 replies
-
Hey @bpolaszek , thanks for bringing this up 👍 This question has been mentioned a few times by now, you can take a closer look at #69 and reactphp/http#412, you may find a quick answer there. Does this help for the start? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there! 👋
We've been using Freddie in production on an IoT platform for about 2 weeks now and it performs really great! 👍
We just encountered a few errors so far, where Freddie would unexpectely respond a
400
error when it doesn't see any topic into the request body, even though that one is properly provided.After further investigation it looks like when the payload is a little bigger than usual (which can happen sometimes),
$request->getBody()
returns a sort of empty stream, resulting in a payload parsing error. So I went to Framework X's documentation and I noticed this into the Upload section:I honestly didn't see that coming. Is it a limit I could raise myself, or are we stuck forever to tiny payloads?
Thanks!
Ben
Beta Was this translation helpful? Give feedback.
All reactions