chetanmeh commented on issue #4316: Update version for Akka dependencies and 
Scala
URL: 
https://github.com/apache/incubator-openwhisk/pull/4316#issuecomment-468606299
 
 
   [2 tests failed][1] due to large request size limit. Seems like as part of 
akka/akka-http#2137 a new [limit setting][2] was introduced to avoid DOS attack 
when using gzip encoding.
   
   ```
   # The maximum number of bytes to allow when reading the entire entity into 
memory with `toStrict`
       # (which is used by the `toStrictEntity` and `extractStrictEntity` 
directives)
       max-to-strict-bytes = 8m
   ```
   
   Now bumped this to 50m also which fixes these 2 failing tests
   
   [1]: https://scans.gradle.com/s/tgjrf2sb6wmwa/tests/failed
   [2]: 
https://github.com/akka/akka-http/blob/d02dbd1043477e371e6bbdea04d3cec58c025c76/akka-http-core/src/main/resources/reference.conf#L435

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to