Handbook
Glossary
check-index-bounds ( index decode-context -- )
Vocabulary
http2
.
hpack
.
private
Inputs
index
an
object
decode-context
an
object
Outputs
None
Definition
USING:
accessors
http2.hpack
kernel
math
sequences
;
IN:
http2.hpack.private
:
check-index-bounds
( index decode-context -- )
[
drop
0
>
]
[
dynamic-table>>
length
static-table
length
+
<
]
2bi
and
[
"invalid index given"
hpack-decode-error
]
unless
;