From 1a768f345569fadbc844a496a0e39e31a4e9e6d5 Mon Sep 17 00:00:00 2001 From: Philipp Gille Date: Tue, 7 Aug 2018 22:32:21 +0200 Subject: [PATCH] Add fix description to RELEASES documentation - Forgot to add it in commit d87c50d --- RELEASES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASES.md b/RELEASES.md index 1963355..8f40385 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -21,6 +21,7 @@ vNext - Improved: Increased middleware performance by reusing the gRPC connection to the lnd backend (issue [#4](https://github.com/philippgille/ln-paywall/issues/4)) - With the same setup (local Gin web service, `pay.GoMap` as storage client, remote lnd, same hardware) it took about 100ms per request before, and takes about 25ms per request now. Measured from the arrival of the initial request until the sending of the response with the Lightning invoice (as logged by Gin). - Fixed: Success log message mentioned "HandlerFunc" in all middlewares despite it not always being a HandlerFunc +- Fixed: A wrong HTTP status code was used in responses when an internal error occurred (`400 Bad Request` instead of `500 Internal Server Error`) ### Breaking changes