Skip to content

Commit

Permalink
Fix a typo in settings documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Nov 4, 2014
1 parent 912d09e commit 5f1ab03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public final class Settings {
static final int MAX_HEADER_LIST_SIZE = 6;
/** Window size in bytes. */
static final int INITIAL_WINDOW_SIZE = 7;
/** spdy/3: Window size in bytes. */
/** spdy/3: Size of the client certificate vector. Unsupported. */
static final int CLIENT_CERTIFICATE_VECTOR_SIZE = 8;
/** Flow control options. */
static final int FLOW_CONTROL_OPTIONS = 10;
Expand Down

0 comments on commit 5f1ab03

Please sign in to comment.