fix typo: DirEntry -> DirEntity (RFC1436) - gopherproxy-c - Gopher HTTP proxy in C (CGI)
(HTM) git clone git://git.codemadness.org/gopherproxy-c
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit e5016276b57d8cac431d9503c9450cb49f232b18
(DIR) parent 2d459eda3db761482486144a07f60a62447fd577
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Mon, 4 Aug 2025 14:43:41 +0200
fix typo: DirEntry -> DirEntity (RFC1436)
Diffstat:
M gopherproxy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/gopherproxy.c b/gopherproxy.c
@@ -26,7 +26,7 @@ static struct tls *t;
static struct tls_config *tls_config;
#endif
-#define MAX_LINE_SIZ 2048 /* max size of a DirEntry in bytes */
+#define MAX_LINE_SIZ 2048 /* max size of a DirEntity in bytes */
#define READ_BUF_SIZ 16384 /* read buffer size in bytes */
#define MAX_RESPONSETIMEOUT 10 /* timeout in seconds */