[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: -typo
From: |
gnunet |
Subject: |
[libeufin] branch master updated: -typo |
Date: |
Mon, 12 Feb 2024 09:57:32 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository libeufin.
The following commit(s) were added to refs/heads/master by this push:
new 7258b14c -typo
7258b14c is described below
commit 7258b14cb16277cb744f705e3c5864263b5e2be9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Feb 12 09:57:29 2024 +0100
-typo
---
bank/src/main/kotlin/tech/libeufin/bank/Main.kt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bank/src/main/kotlin/tech/libeufin/bank/Main.kt
b/bank/src/main/kotlin/tech/libeufin/bank/Main.kt
index 3b7af923..f91d2cdd 100644
--- a/bank/src/main/kotlin/tech/libeufin/bank/Main.kt
+++ b/bank/src/main/kotlin/tech/libeufin/bank/Main.kt
@@ -62,7 +62,7 @@ private val logger: Logger =
LoggerFactory.getLogger("libeufin-bank")
var engine: ApplicationEngine? = null
/**
- * This plugin check for body length limit and inflates the requests that have
"Content-Encoding: deflate"
+ * This plugin checks for body length limit and inflates the requests that
have "Content-Encoding: deflate"
*/
val bodyPlugin = createApplicationPlugin("BodyLimitAndDecompression") {
onCallReceive { call ->
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.