[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[Libevent-users] HTTPS event?
- To: libevent-users@xxxxxxxx
- Subject: [Libevent-users] HTTPS event?
- From: Jeffrey Walton <noloader@xxxxxxxxx>
- Date: Sun, 23 Feb 2014 18:25:47 -0500
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: libevent-users-outgoing@xxxxxxxx
- Delivered-to: libevent-users@xxxxxxxx
- Delivery-date: Sun, 23 Feb 2014 18:25:51 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; bh=EAr2UG40hR2HQqCThdG6FMmIAIu9/DMdnHH7SHNiaVE=; b=WLaeM+Mz/A0lZ+pCNUr6QZF3AAr+EKM8WeHVAN0rcGY9/gTbrsXf6jyxQf6d3Y85mh fIuCMK3wnM/5XyA4bYfgY6BAqChvKiyoLl7cdChp57aWXVcpIblrVmeXuYjTx1RExuNE TfjClzq+jhsSjbmAML+7ynwfg1tSjzflnm+82BnW4k3A2cl/NZ0FCRlpNvVJvs9kAoXz c9tzvh0AaB+InHJ/A/7kbfsgcJS82XMgTLxzYbaLgY/ND6kcDfCW/YWHIjcWovyk1TY7 LJvJLg/kOPaH8py2hjoSjnUPuMxRNXm2TF6JFG1n+RH7SqVzQermap6bErl3V7lAbaRX jZOg==
- Reply-to: libevent-users@xxxxxxxxxxxxx
- Sender: owner-libevent-users@xxxxxxxxxxxxx
I'm looking at samples http-server.c and le-proxy.c.
The http server listens with evhttp_new. the https proxy listens with
bufferevent_openssl_filter_new.
Should there be a evhttps_new event? Or is it as simple as layering
evhttp_new on top of bufferevent_openssl_filter_new? ("simple" is
probably a bad choice of words for me at the moment).
Thanks in advance.
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users in the body.