cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker mailing list Archives

[ curl-Feature Requests-3076983 ] Allow connecting via UNIX local domain sockets

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Tue, 28 Sep 2010 05:38:52 +0000

Feature Requests item #3076983, was opened at 2010-09-28 15:38
Message generated for change (Tracker Item Submitted) made by atarassov
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=350976&aid=3076983&group_id=976

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: libcurl
Group: download
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Andrei Tarassov (atarassov)
Assigned to: Daniel Stenberg (bagder)
Summary: Allow connecting via UNIX local domain sockets

Initial Comment:
TCP sockets are just one way to provide access to HTTP/FTP and proxy servers. On UNIX there is also another type of sockets: UNIX local domain. In certain scenarios one may want to configure a web server or, more interestingly, a proxy server to listen to a UNIX local domain socket. For example, a special proxy server could perform extra complicated processing on the client machine (custom authentication, custom filtering, custom caching) before forwarding the request to the target server.

It would be good if libcurl (as well as the command line curl) could be configured to connect to the target server via a UNIX local domain socket rather than a TCP socket.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=350976&aid=3076983&group_id=976
Received on 2010-09-28

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET