parent
b1cf13013e
commit
b5517eda7e
|
@ -169,7 +169,7 @@ static void dispatch_done(struct uh_client *cl)
|
|||
|
||||
static inline int hdr_get_len(struct kvlist *kv, const void *data)
|
||||
{
|
||||
return strlen(data);
|
||||
return strlen(data) + 1;
|
||||
}
|
||||
|
||||
static void client_request_done(struct uh_client *cl)
|
||||
|
|
Loading…
Reference in New Issue