blob: 8b1452587a5238c5017690ccde423db76edadacf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription>Priority is a pure-Python implementation of the priority
logic for HTTP/2, set out in RFC 7540 Section 5.3 (Stream Priority).
This logic allows for clients to express a preference for how the
server allocates its (limited) resources to the many outstanding HTTP
requests that may be running over a single HTTP/2 connection.
</longdescription>
<upstream>
<maintainer>
<email>cory@lukasa.co.uk</email>
<name>Cory Benfield</name>
</maintainer>
</upstream>
<origin>gentoo-staging</origin>
<stabilize-allarches/>
</pkgmetadata>
|