chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Re: https


From: Daishi Kato
Subject: Re: [Chicken-users] Re: https
Date: Sat, 08 Apr 2006 00:40:09 +0900
User-agent: Wanderlust/2.15.2 (Almost Unreal) Emacs/21.4 Mule/5.0 (SAKAKI)

Hi,

After reading the egg code, it can be simply done with
the attached patch.  It will be committed to the svn,
once someone review it and say ok.

Another thing in my mind is to improve http-client to
handle keep-alive connection nicely.
You can do it by directly calling http:send-request,
but there would be needed quite a few coding to get
to have easy-to-use procedures, something like http:GET.
The keep-alive connection is not only for the https connections,
but also for any HTTP1.1 connections, however,
since ssl-connect is heavier than tcp-connect,
it becomes more important.
I would apreciate for any suggestion to get
easy-to-use keep-alive handling procedures.

Daishi

At 25 Mar 2006 02:23:12 -0300,
Mario Domenech Goulart wrote:
> 
> Hello Daishi
> 
> Daishi Kato wrote:
> 
> > Is anyone interested in supporting SSL in the http egg?
> > How stable and usable is the openssl egg?
> 
> I'm very interested in this feature.
> 
> I'm afraid I don't know enough about the http egg implementation to
> dare to implement SSL support.  But, still, as a user, I'm very
> interested (oh, how easy is this way :-)).
> 
> There's a Python recipe for adding SSL support to a simple web-server
> at http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/442473.
> Maybe it can be used as a basic guideline.
> 
> PS: this is a fake reply.  I actually copied the original message from
> the mailing list web interface.  Maybe this will mess your e-mail
> reader a little bit.  I apologize in advance.
> 
> Best wishes,
> Mario
> 
> 
> _______________________________________________
> Chicken-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/chicken-users

Attachment: http-client.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]