Skip to content

8977 - Handle PUT erros on Incoming API

drebs requested to merge drebs/soledad:8977 into master

An errback was missing in the PUT renderer method of the incoming API. Because of that, requests to that endpoint were not being correctly finished in case of errors when writing blobs. That was causing delivery requests to hang until timeout.

Closes: #8977 (closed)

Merge request reports