<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Please support HTTP/2"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=109300">109300</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Please support HTTP/2
</td>
</tr>
<tr>
<th>Product</th>
<td>LibreOffice
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>UNCONFIRMED
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>Documentation
</td>
</tr>
<tr>
<th>Assignee</th>
<td>libreoffice-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>pmenzel@molgen.mpg.de
</td>
</tr>
<tr>
<th>CC</th>
<td>olivier.hallot@documentfoundation.org
</td>
</tr></table>
<p>
<div>
<pre>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 <a href="https://www.libreoffice.org/">https://www.libreoffice.org/</a>
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 <a href="https://wiki.documentfoundation.org">https://wiki.documentfoundation.org</a>
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: <a href="https://wiki.documentfoundation.org/Main_Page">https://wiki.documentfoundation.org/Main_Page</a>
```
It looks like that Nginx needs to be updated for that.
[1] <a href="https://http2.pro/doc/Nginx">https://http2.pro/doc/Nginx</a></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>