bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] httpfs: fix HEAD request message


From: Amos Jeffries
Subject: Re: [PATCH] httpfs: fix HEAD request message
Date: Thu, 10 Sep 2020 06:55:50 +1200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0

On 10/09/20 5:16 am, Samuel Thibault wrote:
> Amos Jeffries, le jeu. 10 sept. 2020 04:16:54 +1200, a ecrit:
>> The HEAD request used to fetch metadata about a file via HTTP
>> contains a trailing 0x20 character which will cause modern HTTP/1.1
>> servers to reject the request.
> 
> Commited, thanks!
> 
> I'm thinking that this should all be using \r\n instead of \n?
> 

In this case it means two line terminators. So "\n\n" or "\r\n\r\n".

Amos




reply via email to

[Prev in Thread] Current Thread [Next in Thread]