* Update proxy timeout for managed APIs to accommodate Whisk invokers returning a 202 shortly after 60s.
Currently, the Whisk invokers timeout after 60s and return a 202 with the activation ID. However, the gateway has a default read timeout of 60s, meaning that it hangs up just before the invoker returns the 202. This change allows the gateway to receive the 202 response. @mhamann @alexsong93 PTAL [ Full content available at: https://github.com/apache/incubator-openwhisk-apigateway/pull/321 ] This message was relayed via gitbox.apache.org for [email protected]
