diff --git a/main.c b/main.c index e3c4bb2..29e55e3 100644 --- a/main.c +++ b/main.c @@ -20,7 +20,7 @@ #include "utils.h" #define GEMINI_PART 9 -#define GEMINI_REQUEST_MAX 1024 /* https://gemini.circumlunar.space/docs/specification.html */ +#define GEMINI_REQUEST_MAX 1025 /* https://gemini.circumlunar.space/docs/specification.html + ending \0 */