aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-runserver/httpd-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/blogc-runserver/httpd-utils.h')
-rw-r--r--src/blogc-runserver/httpd-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blogc-runserver/httpd-utils.h b/src/blogc-runserver/httpd-utils.h
index 0e62758..026dd5f 100644
--- a/src/blogc-runserver/httpd-utils.h
+++ b/src/blogc-runserver/httpd-utils.h
@@ -9,7 +9,7 @@
#ifndef _HTTPD_UTILS_H
#define _HTTPD_UTILS_H
-#define READLINE_BUFFER_SIZE 256
+#define READLINE_BUFFER_SIZE 2048
char* br_readline(int socket);
int br_hextoi(const char c);