You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/01/18 01:33:10 UTC

[GitHub] ddragosd commented on issue #3381: Transfer-Encoding: chunked causes error

ddragosd commented on issue #3381: Transfer-Encoding: chunked causes error
URL: https://github.com/apache/incubator-openwhisk/issues/3381#issuecomment-455395074
 
 
   Just bumped into this issue as well (thanks @tysonnorris for pointing to it).  I was debugging locally a blackbox Go action that was showing in the Invoker logs as `NoResponseReceived()`. When debugging locally OW I noticed that https://github.com/apache/incubator-openwhisk/blob/master/common/scala/src/main/scala/org/apache/openwhisk/core/containerpool/ApacheBlockingContainerClient.scala#L112 doesn't handle chunked responses. 
   
   While we decide what to do about chunked responses from actions, a good intermediary step might be to document this aspect to developers, so they force non chunked responses ?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services