http/2 is a substantially different protocol, it will take
considerable effort to support it, guile's client should only be
offering http/1.1 to the server.

On Tue, 31 Mar 2020 at 15:49, Derek Upham <derek_up...@mailfence.com> wrote:
>
> Companies like Google now respond to HTTP requests with HTTP 2.
> For example:
>
>   curl --silent --head https://www.google.com
>
> returns the first line
>
>   HTTP/2 200
>
> The Guile HTTP client code expects a “HTTP/x.y” structure, and
> treats this as an error.  This patch recognizes and handles
> “HTTP/2” on input and output.  HTTP version numbers don’t
> proliferate quickly, so the code uses a brute force approach for
> now.
>
>
> Derek
>
> --
> Derek Upham
> derek_up...@mailfence.com



-- 
Tristan Colgate-McFarlane
----
  "You can get all your daily vitamins from 52 pints of guiness, and a
glass of milk"

Reply via email to