Hi!

As of curl 7.64.1 one test case[1] in the PHP test suite is failing,
which is caused by
<https://github.com/curl/curl/pull/3581/commits/228cb2511e00badc78eb2356232b40eee54d0dbc>.

The problem is that the server sends

  :authority http2.golang.org

while libcurl expects

  :authority http2.golang.org:443

So obviously only the (default) port number is missing.  I wonder
whether the check for the :authority pseudo is too strict.

[1]
<https://github.com/php/php-src/blob/php-7.2.22/ext/curl/tests/bug76675.phpt>

--
Christoph M. Becker

-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html

Reply via email to