davidgj23 opened a new issue, #595: URL: https://github.com/apache/pekko-http/issues/595
Currently, on my project, we decided to migrate from Akka to Pekko, but we're getting a strange error in one of our endpoints that doesn't happen when using Akka. The particularity of this endpoint is that its request has a field with a very long string which makes the request size 592432 bytes. When calling the endpoint via CURL or Postman we got: `Error: read ECONNRESET` immediately, but the microservice processed the request successfully behind the scenes. Moreover, Pekko logs this error to the console: `[service-pekko.actor.default-dispatcher-14] [org.apache.pekko.actor.ActorSystemImpl(service)] Request timeout encountered for request [POST /my-endpoint-url Default(592432 bytes)]`. It is worth mentioning that it works fine when using a shorter string to make the request lighter. We have tried different settings configurations like the max-content-length but it's been worthless. Also, as I mentioned before, this doesn't happen in Akka, and it happens in all Pekko versions. Thanks in advance for your support. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org