Skip to content

Commit

Permalink
Merge #37, thanks!
Browse files Browse the repository at this point in the history
  • Loading branch information
kristaps committed Jun 9, 2018
1 parent 10d0a73 commit 1616f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample.c
Expand Up @@ -149,7 +149,7 @@ resp_open(struct kreq *req, enum khttp http)
khttp_head(req, kresps[KRESP_STATUS],
"%s", khttps[http]);
khttp_head(req, kresps[KRESP_CONTENT_TYPE],
"%s", kmimetypes[req->mime]);
"%s", kmimetypes[mime]);
khttp_body(req);
}

Expand Down

0 comments on commit 1616f99

Please sign in to comment.