mirage / mirage-lambda

An eDSL for MirageOS apps
19 stars 5 forks source link

Exception leaks #30

Closed dinosaure closed 6 years ago

dinosaure commented 6 years ago

Be able to catch exception from of_request function (which extract a binded request with local environment from a protobuf request) and reply an error to the client.

dinosaure commented 6 years ago

Fix #27

aherrmann commented 6 years ago

@dinosaure I've tested it, it does resolve #27. Thanks!