Revert "follow spec, fread() get nmemb-1"

This reverts commit fbacb35170.
This commit is contained in:
Solene Rapenne 2021-03-01 19:35:37 +01:00
parent d086262d1a
commit 9525d66afb
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -20,7 +20,7 @@
#include "utils.h"
#define GEMINI_PART 9
#define GEMINI_REQUEST_MAX 1025 /* https://gemini.circumlunar.space/docs/specification.html + ending \0 */
#define GEMINI_REQUEST_MAX 1024 /* https://gemini.circumlunar.space/docs/specification.html */