Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The [hpack(3)](hpack.md) header compression API for HTTP/2, written in C.

I either didn't like the license or the style of the existing C code.
And I wanted to have a small [HPACK][4] implementation that fits into a
single `.c` and `.h` file. As a design decision, I decided to be
single `.c` and `.h` file. As a design goal, I decided to be
extra careful with input and output buffers: avoiding to use
dangerous pointer arithmetics, using allocated (heap) data instead
of stack buffers, depending on extra features of OpenBSD's "otto" malloc(3).
Expand Down