Skip to content

Instantly share code, notes, and snippets.

@sebdeckers
Created October 31, 2016 22:46
Show Gist options
  • Save sebdeckers/4389d0e9d53c104af303976eaeee04b4 to your computer and use it in GitHub Desktop.
Save sebdeckers/4389d0e9d53c104af303976eaeee04b4 to your computer and use it in GitHub Desktop.
http2-max-concurrent-requests-per-connection
This file has been truncated, but you can view the full file.
<!DOCTYPE html><html><head><style>body {
font-family: monospace;
}
table th, table td {
text-align: left;
padding: 2px;
}
th.frame,
td.frame {
//- width: 1em;
text-align: center;
}
td.frame div {
display: none;
}
td.frame:hover div {
display: block;
}
tr {
border-bottom: 1px solid #ccc;
}
.HTTP2_SESSION_SEND_HEADERS {
background-color: cadetblue;
}
.HTTP2_SESSION_RECV_HEADERS {
background-color: aqua;
}
.HTTP2_SESSION_RECV_DATA {
background-color: gold;
}
.HTTP2_SESSION_RECV_PUSH_PROMISE {
background-color: rebeccapurple;
color: white;
}
.HTTP2_STREAM_ADOPTED_PUSH_STREAM {
background-color: magenta;
}
.OTHER {
background-color: darkgray;
}
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment