1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-09 03:22:45 +03:00

Rewrite multi OS compilation

This commit is contained in:
lammertb
2016-12-12 02:22:33 +01:00
parent ae4f0466c5
commit ecce40928e
61 changed files with 771 additions and 889 deletions

View File

@@ -242,7 +242,7 @@ done:
XX_httplib_free(blk.buf);
if (pid != (pid_t)-1) {
kill(pid, SIGKILL);
XX_httplib_kill(pid, SIGKILL);
#if !defined(_WIN32)
{
int st;