Revert "follow spec, fread() get nmemb-1"
This reverts commit fbacb35170
.
This commit is contained in:
parent
d086262d1a
commit
9525d66afb
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -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 */
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue