aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-runserver/httpd-utils.h
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2016-09-25 20:54:39 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2016-09-25 20:54:39 +0200
commit123486ac617ac298fdecb1fbdbc504ac84118718 (patch)
tree837d72872a23607ae2f6994a6fe8a61a0dc2dbe1 /src/blogc-runserver/httpd-utils.h
parent1a94d1f0f7e1403fd76ff09fbdb0d79c766d1a5c (diff)
downloadblogc-123486ac617ac298fdecb1fbdbc504ac84118718.tar.gz
blogc-123486ac617ac298fdecb1fbdbc504ac84118718.tar.bz2
blogc-123486ac617ac298fdecb1fbdbc504ac84118718.zip
runserver: implemented a thread pool and fixed few bugs
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 b9af852..af4c57c 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 1024
+#define READLINE_BUFFER_SIZE 256
char* br_readline(int socket);
int br_hextoi(const char c);