diff options
Diffstat (limited to 'httpd.c')
| -rw-r--r-- | httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -97,7 +97,7 @@ void httpd_connection(int rs) | |||
| 97 | xs *headers = NULL; | 97 | xs *headers = NULL; |
| 98 | xs *q_path = NULL; | 98 | xs *q_path = NULL; |
| 99 | xs *payload = NULL; | 99 | xs *payload = NULL; |
| 100 | int p_size; | 100 | int p_size = 0; |
| 101 | char *p; | 101 | char *p; |
| 102 | 102 | ||
| 103 | f = xs_socket_accept(rs); | 103 | f = xs_socket_accept(rs); |