Hello everyone,
I'm currently testing the
aHttpServer library on Android and I've noticed some strange behavior.
It seems that if an incoming request has a body larger than
exactly 7930 bytes, the server fails to process it. The only event that gets triggered is NewConnection. The main Handle event, which should process the request, is never fired.
There are
no exceptions or errors shown in the logs; the request is simply ignored silently.
This leads me to a few questions:
- Could this be caused by a buffer size limit?
- If so, is it possible to configure this buffer size?
- Are there any known limitations on the request body size that I should be aware of?
Any insight on this would be greatly appreciated.
Thank you!
PS: B4A 13.40, aHttpServer 0.79.