unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Re: guile-user Digest, Vol 199, Issue 4
       [not found] <mailman.777.1559511914.12580.guile-user@gnu.org>
@ 2019-06-02 23:18 ` Zelphir Kaltstahl
  2019-06-02 23:21 ` Using UNIX sockets (Zelphir Kaltstahl) (Ludovic Court?s) Zelphir Kaltstahl
  1 sibling, 0 replies; 2+ messages in thread
From: Zelphir Kaltstahl @ 2019-06-02 23:18 UTC (permalink / raw)
  To: guile-user

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, guile-user-request@gnu.org wrote:
> Message: 3
> Date: Sun, 02 Jun 2019 18:29:43 +0200
> From: Ludovic Court?s <ludo@gnu.org>
> To: guile-user@gnu.org
> Subject: Re: Using UNIX sockets (Zelphir Kaltstahl)
> Message-ID: <87imto7xxk.fsf@gnu.org>
> Content-Type: text/plain; charset=utf-8
>
> Hi Zelphir,
>
> Zelphir Kaltstahl <zelphirkaltstahl@gmail.com> 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?.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Using UNIX sockets (Zelphir Kaltstahl) (Ludovic Court?s)
       [not found] <mailman.777.1559511914.12580.guile-user@gnu.org>
  2019-06-02 23:18 ` guile-user Digest, Vol 199, Issue 4 Zelphir Kaltstahl
@ 2019-06-02 23:21 ` Zelphir Kaltstahl
  1 sibling, 0 replies; 2+ messages in thread
From: Zelphir Kaltstahl @ 2019-06-02 23:21 UTC (permalink / raw)
  To: guile-user

(previous e-mail did not have specific subject, corrected in this
e-mail, sorry for unspecific subject, simply forgot to change before
sending the e-mail)

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, guile-user-request@gnu.org wrote:
> Message: 3
> Date: Sun, 02 Jun 2019 18:29:43 +0200
> From: Ludovic Court?s <ludo@gnu.org>
> To: guile-user@gnu.org
> Subject: Re: Using UNIX sockets (Zelphir Kaltstahl)
> Message-ID: <87imto7xxk.fsf@gnu.org>
> Content-Type: text/plain; charset=utf-8
>
> Hi Zelphir,
>
> Zelphir Kaltstahl <zelphirkaltstahl@gmail.com> 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?.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-02 23:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.777.1559511914.12580.guile-user@gnu.org>
2019-06-02 23:18 ` guile-user Digest, Vol 199, Issue 4 Zelphir Kaltstahl
2019-06-02 23:21 ` Using UNIX sockets (Zelphir Kaltstahl) (Ludovic Court?s) Zelphir Kaltstahl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).