Re: http proxy in lisp
From: Alex Mizrahi (killer_storm_at_ukrtop.com)
Date: 05/07/04
- Previous message: Erann Gat: "Re: Modernizing Common Lisp"
- In reply to: Cameron MacKinnon: "Re: http proxy in lisp"
- Next in thread: Christophe Turle: "Re: http proxy in lisp"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 7 May 2004 22:02:03 +0300
(message (Hello 'Cameron)
(you :wrote :on '(Thu, 06 May 2004 13:24:55 -0400))
(
CM> I don't have code for you, but if this is your only requirement,
CM> it's trivial, and requires nothing specific to http. Just open a
CM> connection to the real server when you get one on the local port,
CM> then loop, waiting on data or EOF from either connection and
CM> sending it to the other one.
as i remember, when we did that simple type of proxy - with C socket API -
there was some problems, with that EOF..
possibly that was just a bug in implementation, but that proxy was almost
unusable..
)
(With-best-regards '(Alex Mizrahi) :aka 'killer_storm)
(prin1 "Jane dates only Lisp programmers"))
- Previous message: Erann Gat: "Re: Modernizing Common Lisp"
- In reply to: Cameron MacKinnon: "Re: http proxy in lisp"
- Next in thread: Christophe Turle: "Re: http proxy in lisp"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|