Go to file
Joris Vink a074258dcc rework the way events trigger and the way we handle them. follow the manual for once, as edge trigger does not refire until we got an EAGAIN.
introduce net_send_flush() and net_recv_flush() for this purpose, we attempt to make as much headway as possible until we reach EAGAIN or until we can simply pickup again later.

should merge all the stuff in http_response() into a single send buffer, **out is in place in net_send_queue() for that purpose.
2013-05-01 13:43:47 +02:00
includes rework the way events trigger and the way we handle them. follow the manual for once, as edge trigger does not refire until we got an EAGAIN. 2013-05-01 13:43:47 +02:00
libs add openssl libraries we link against, easier. 2013-04-28 13:55:47 +02:00
src rework the way events trigger and the way we handle them. follow the manual for once, as edge trigger does not refire until we got an EAGAIN. 2013-05-01 13:43:47 +02:00
Makefile lots of new stuff, including processing of http requests and an attempt 2013-05-01 08:09:04 +02:00