Derek McGowan
Derek McGowan
I think a `release/1.0` branch is reasonable. This is what we have done in other dependent projects as well
I think this could just be implemented at the service level. You could implement a service specifically for passing fd and only register it if supported by the underlying connection.
Alternative fix for ECONNRESET was merged, if there is still some parts relevant from this update, feel free to rebase and reopen
Ahh yes, thanks My original thought was to use a buffered channel to mark the removals to be handled in the receive go routine. The motivation being to avoid a...
@saravpkkl can you open up a new issues and please include your registry configuration. This is a similar issue but doesn't appear to be the exact same issue.
We don't have any test automation for Let's encrypt today. How is this being verified on the 2.7 branch?
My concern was more just, was this tested and verified. I don't have any specific concern over risk since it is not in a good shape today anyway
Yes, this is a documentation issue. Logs should be going to `stderr` but that should be highlighted.
There is probably a little documentation that should be added. My perspective is also that this is not a feature which is useful enough for me to spend time documenting,...
Marked as WIP since this still needs unit tests and spec approval.