[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#59510: cuirass-remote-server: put-char encoding failed
From: |
Felix Lechner |
Subject: |
bug#59510: cuirass-remote-server: put-char encoding failed |
Date: |
Sat, 20 Jan 2024 19:56:31 -0800 |
Hi,
> 2022-11-22 00:28:15 Throw to key `encoding-error' with args
> `("put-char" "conversion to port encoding failed" 84 #<output: file 2>
> #\2)'.
Could the error be due to the 7-bit encoding in HTTP headers? [1] The
"84" is EILSEQ from errno.h. [2] Wingo added the functionality here. [3]
I also submitted a patch to resolve in the errno in Guile. [4]
Kind regards
Felix
[1] https://lists.gnu.org/archive/html/guile-user/2020-09/msg00015.html
[2]
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/uapi/asm-generic/errno.h#n67
[3]
https://git.savannah.gnu.org/cgit/guile.git/commit/?id=43b6feeb1adafe54170304e7cc3c29a15c1d3808
[4] https://debbugs.gnu.org/68624
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#59510: cuirass-remote-server: put-char encoding failed,
Felix Lechner <=