Example #1
0
void http_on_connection_event(HTTPConnection* c, HTTPConnectionEvent event, const char* data, size_t len, void* user) {
  HTTP* h = static_cast<HTTP*>(user);
  h->removeConnection(c);
}