diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-03-05 03:36:17 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-03-05 03:36:17 +0100 |
commit | 0b8e1a614fae4bdbf529992f04fdaf2cff498d50 (patch) | |
tree | 141ebd6f962719cc21c77a22e797912138356dc1 /src/blogc-runserver/httpd-utils.h | |
parent | e80177752184bab0ec4290d1b04da9019690273f (diff) | |
download | blogc-0b8e1a614fae4bdbf529992f04fdaf2cff498d50.tar.gz blogc-0b8e1a614fae4bdbf529992f04fdaf2cff498d50.tar.bz2 blogc-0b8e1a614fae4bdbf529992f04fdaf2cff498d50.zip |
runserver: fixed request read. increased buffer
Diffstat (limited to 'src/blogc-runserver/httpd-utils.h')
-rw-r--r-- | src/blogc-runserver/httpd-utils.h | 2 |
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); |