jrudolph commented on issue #460: URL: https://github.com/apache/incubator-pekko-http/issues/460#issuecomment-1916553436
Hi @raphaelNguyen, thanks for the report. Can you give a more high-level description of the problem? What are you trying to achieve and with which code and what happens in the error case? The difference between the cases is that in the error case, the data comes in multiple chunks of data. There is no guarantee on how data is split up in the entity data stream. On local host and without TLS, it is far more likely that data is received in bigger chunks than with an actual connection with higher latency and maybe chunking caused by TLS and other networking components. In any case, as said before, there's no guarantee on how the data is split up. Making a guess, the problem here is that some component expects data to be split up in a certain way (or not at all). Any previous solution might have been accidental based on lucky timing. Your logs show `play.api.mvc.BodyParsers$TakeUpTo`, `fold` and `headOption` stream components. Are these based on your code? -- 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 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