[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: guile-user Digest, Vol 199, Issue 4
From: |
Zelphir Kaltstahl |
Subject: |
Re: guile-user Digest, Vol 199, Issue 4 |
Date: |
Mon, 3 Jun 2019 01:18:45 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 |
Hi Ludovic,
Thank you! This was the missing piece. Host should apparently be a
combination of domain and port, if I understand correctly.
I seem to be able to talk to dockerd from Guile now : )
I will add an example of how to connect to UNIX socket in my repos.
Regards,
Zelphir
On 6/2/19 11:45 PM, address@hidden wrote:
> Message: 3
> Date: Sun, 02 Jun 2019 18:29:43 +0200
> From: Ludovic Court?s <address@hidden>
> To: address@hidden
> Subject: Re: Using UNIX sockets (Zelphir Kaltstahl)
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset=utf-8
>
> Hi Zelphir,
>
> Zelphir Kaltstahl <address@hidden> skribis:
>
>
> [...]
>
>> ;; Apparently the `host` header must be specified.
>> ;; The `host` header in this case is ???.
>> #:headers '((host . "localhost"))
> This should be:
>
> #:headers '((host . ("localhost" . #f)))
>
> or:
>
> #:headers '((host . ("localhost" . 1234)))
>
> where 1234 is a port number.
>
> HTH!
>
> Ludo?.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: guile-user Digest, Vol 199, Issue 4,
Zelphir Kaltstahl <=