sample/http-connect.c


Log

Author Commit Date CI Message
Azat Khuzhin d22e12ee 2017-05-28T16:38:20 http-connect: exit on error
Azat Khuzhin 0abe4eba 2016-12-06T09:54:13 sample/http-connect: fix compilation with VS2010 Fixes: nmathewson/Libevent#137
Azat Khuzhin 1bf75956 2016-01-12T02:03:12 http-connect: make it win32 compilable Fixes: commit 1d34498ea31134bd7a8fcadcb95910b30a479e19 ("sample: add HTTP CONNECT tunnelling example using libevent http layer")
Azat Khuzhin 6dc71e70 2015-08-18T21:57:28 sample/http-connect: don't use assert() to make it work with NDEBUG Otherwise it will not work for cmake release target type.
Azat Khuzhin f976d436 2015-08-18T21:29:03 sample/http-connect: made it compatible with C90
Azat Khuzhin 1d34498e 2015-08-18T12:18:31 sample: add HTTP CONNECT tunnelling example using libevent http layer