Re: mmap for guile

2022-07-04 Thread Ludovic Courtès
Hi, Greg Troxel skribis: > Ludovic Courtès writes: > >> Besides what Maxime points out, some more superficial issues: >> >> • In documentation, please refer to the relevant glibc section instead >> of “See man page” (info "(libc) Memory-mapped I/O"). >> >> • Please update doc/ref with a

Re: mmap for guile

2022-07-04 Thread Greg Troxel
Ludovic Courtès writes: > Besides what Maxime points out, some more superficial issues: > > • In documentation, please refer to the relevant glibc section instead > of “See man page” (info "(libc) Memory-mapped I/O"). > > • Please update doc/ref with a section on memory-mapped I/O. > >

Re: [PATCH 1/2] web: Handle ending CRLF (\r\n) for chunked input and output ports.

2022-07-04 Thread Christopher Baines
Ludovic Courtès writes: > Christopher Baines skribis: > >> The chunked transfer encoding specifies the chunked body ends with >> CRLF. This is in addition to the CRLF at the end of the last chunk, so >> there should be CRLF twice at the end of the chunked body: >> >> https://datatracker.ietf.

Re: [PATCH 1/2] web: Handle ending CRLF (\r\n) for chunked input and output ports.

2022-07-04 Thread Ludovic Courtès
Hi Chris, Christopher Baines skribis: > The chunked transfer encoding specifies the chunked body ends with > CRLF. This is in addition to the CRLF at the end of the last chunk, so > there should be CRLF twice at the end of the chunked body: > > https://datatracker.ietf.org/doc/html/rfc2616#sec