jrudolph commented on issue #595:
URL: https://github.com/apache/pekko-http/issues/595#issuecomment-2345658512

   Here's the code responsible for the behavior:
   
   
https://github.com/apache/pekko-http/blob/03d1e956862a0ae238e99c9ff9b3a551e8b4f8bc/http-core/src/main/scala/org/apache/pekko/http/impl/engine/server/HttpServerBluePrint.scala#L140-L141
   
   The difference between big and small request entities is probably that for 
small requests the whole request is received in one big buffer so the whole 
processing might be playing out in one thread in one go just in the right order 
to still work.


-- 
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

Reply via email to