Files
fn-serverless/api/agent
jan grant 88074a42c0 Bugfix/grpc consume eof (#912)
* GRPC streams end with an EOF

The client should ensure that the final packet is followed by a GRPC
EOF. This has the benefit of permitting the client code to clean up resources.

* Don't require an entire HTTP request in RunnerCall

TryExec needs a handle on an incoming ReadCloser containing the body
of a request; however, everything else will already have been extracted
from the HTTP request in the case of lbAgent use.

(The point of this change is to simplify the interface for other uses.)

* Return error from GRPC layer explicitly

As per review
2018-04-03 15:04:21 +01:00
..
2018-03-26 11:19:36 -07:00
2018-03-28 10:16:40 -07:00
2018-03-26 11:19:36 -07:00
2018-03-28 10:16:40 -07:00
2018-03-26 11:19:36 -07:00
2018-04-03 15:04:21 +01:00
2018-03-26 11:19:36 -07:00
2018-03-28 10:16:40 -07:00
2018-03-28 10:16:40 -07:00
2017-12-05 08:22:03 -08:00
2018-03-13 18:38:47 -07:00
2018-03-26 11:19:36 -07:00
2018-03-26 11:19:36 -07:00