0

According to Android's docs, a Cronet request's priority is sent to the server:

The library allows you to set a priority tag for the requests. The server can use the priority tag to determine the order in which to handle the requests.

(In other libraries, priority only affects the order in which requests are sent when they start to queue up.)

For an HTTP/2 request, I assume "priority tag" (from the quote above) refers to stream priorities, which is a weight assigned to a stream that requests are sent over. Is there any documentation on how Cronet's request priorities (idle, lowest, low, medium, highest) relate to HTTP/2 stream weights (1-256)?

spaaarky21
  • 6,524
  • 7
  • 52
  • 65

0 Answers0