Skip to content

Doc: fix some default parameter on records.config#5319

Merged
randall merged 2 commits intoapache:masterfrom
nozomi1773:master
Apr 24, 2019
Merged

Doc: fix some default parameter on records.config#5319
randall merged 2 commits intoapache:masterfrom
nozomi1773:master

Conversation

@nozomi1773
Copy link
Copy Markdown
Contributor

@nozomi1773 nozomi1773 commented Apr 23, 2019

I noticed that some default parameter on the document is incorrect.
I corrected it to the correct value referring to the following source code.

  • proxy.config.ssl.server.ticket_key.filename

    {RECT_CONFIG, "proxy.config.ssl.server.ticket_key.filename", RECD_STRING, nullptr, RECU_DYNAMIC, RR_NULL, RECC_NULL, nullptr, RECA_NULL}

  • proxy.config.http2.max_header_list_size

    {RECT_CONFIG, "proxy.config.http2.max_header_list_size", RECD_INT, "131072", RECU_DYNAMIC, RR_NULL, RECC_STR, "^[0-9]+$", RECA_NULL}

@randall
Copy link
Copy Markdown
Contributor

randall commented Apr 23, 2019

[approve ci]

@randall randall merged commit 41ce635 into apache:master Apr 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants