kc3-lang/libevent/sample/http-connect.c

Branch :


Log

Author Commit Date CI Message
9c91fe14 2020-01-12 15:31:50 http-connect: do not check connection on GET cb
415ddee3 2020-01-12 15:24:35 http-connect: set Host header (for CONNECT and GET) (like curl)
e54d5fc5 2020-01-12 15:14:24 http-connect: cleanup and helpers
d22e12ee 2017-05-28 16:38:20 http-connect: exit on error
0abe4eba 2016-12-06 09:54:13 sample/http-connect: fix compilation with VS2010 Fixes: nmathewson/Libevent#137
1bf75956 2016-01-12 02:03:12 http-connect: make it win32 compilable Fixes: commit 1d34498ea31134bd7a8fcadcb95910b30a479e19 ("sample: add HTTP CONNECT tunnelling example using libevent http layer")
6dc71e70 2015-08-18 21: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.
f976d436 2015-08-18 21:29:03 sample/http-connect: made it compatible with C90
1d34498e 2015-08-18 12:18:31 sample: add HTTP CONNECT tunnelling example using libevent http layer