cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: [PATCH 00/11] UNIX domain sockets support

From: Tor Arntsen <kspt.tor_at_gmail.com>
Date: Wed, 10 Dec 2014 12:53:52 +0100

On 10 December 2014 at 01:36, Dan Fandrich <dan_at_coneharvesters.com> wrote:
> On Thu, Nov 27, 2014 at 11:59:15PM +0100, Peter Wu wrote:
>> This patch series introduces support for performing requests over UNIX
>> domain sockets. The main use case is debugging nginx servers that listen
>> on said sockets. For that goal, two tests have been added.
>
> This patch series has broken builds on Solaris:
> http://curl.haxx.se/dev/log.cgi?id=20141209075146-8640#prob1

Indeed it does - but I can't actually see why, will have to go and do
a test build I guess. No time right now unfortunately.
It fails first on
  struct sockaddr_un *sun;
but that can't be the problem, the struct exists and the header is
included as far as I can see. The problem (with all those syntax error
messages) must be caused by something happening before that point.

-Tor
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2014-12-10