increase sbuf length substantially

This commit is contained in:
Joris Vink 2013-05-22 12:50:20 +02:00
parent a88b8de6a2
commit 1671698f58
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ http_response(struct http_request *req, int status, u_int8_t *d, u_int32_t len)
struct kore_buf *buf;
u_int8_t *htext;
struct spdy_header_block *hblock;
char sbuf[64];
char sbuf[512];
kore_log("http_response(%p, %d, %p, %d)", req, status, d, len);