https://bugs.documentfoundation.org/show_bug.cgi?id=109300

            Bug ID: 109300
           Summary: Please support HTTP/2
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Documentation
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

Currently neither the LibreOffice Web site nor other services support HTTP/2.
As this has been out there for a while, it’d be great if HTTP/2 were supported
[1].

```
$ curl -I https://www.libreoffice.org/
HTTP/1.1 200 OK
Server: nginx/1.6.2
Date: Mon, 24 Jul 2017 08:51:29 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
Cache-Control: no-cache, no-store, max-age=0, must-revalidate, no-transform

$ curl -I https://wiki.documentfoundation.org
HTTP/1.1 302 Moved Temporarily
Server: nginx/1.6.2
Date: Mon, 24 Jul 2017 08:51:23 GMT
Content-Type: text/html
Content-Length: 160
Connection: keep-alive
Location: https://wiki.documentfoundation.org/Main_Page

```

It looks like that Nginx needs to be updated for that.

[1] https://http2.pro/doc/Nginx

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to