Ticket #4431 enhancement new
t.w.xmlrpc.Proxy doesn't support UNIX sockets
| Reported by: | cgay | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | web | Keywords: | |
| Cc: | carlgay@…, riteshn@… | Branch: | |
| Author: | Launchpad Bug: |
Description
t.w.xmlrpc.Proxy doesn't support making calls over UNIX sockets. Since the __init__ method accepts a URL as an argument and there's no way to put a unix socket address into the URL, the only way I see to do this compatibly is to accept a tuple of (unix-addr, url-path) in the 'url' argument?
I have to make this work anyway, so if someone can comment on what would be an acceptable API I'd be happy to contribute a patch.
Change History
Note: See
TracTickets for help on using
tickets.
