[ 
https://issues.apache.org/jira/browse/TS-3475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14391913#comment-14391913
 ] 

Ryo Okubo commented on TS-3475:
-------------------------------

I think we should add the rest of [SETTINGS 
Parameters|https://tools.ietf.org/html/draft-ietf-httpbis-http2-17#section-6.5.2],
 like HEADER_TABLE_SIZE and ENABLE_PUSH. And configuration relating to behivior 
of HPACK encoder (around huffman coding and indexing) may be required.

> Add configuration knobs for HTTP/2
> ----------------------------------
>
>                 Key: TS-3475
>                 URL: https://issues.apache.org/jira/browse/TS-3475
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: HTTP/2
>            Reporter: Leif Hedstrom
>             Fix For: 6.0.0
>
>
> We currently have the following SPDY configs, we should have at least the 
> same ones for HTTP/2:
> {code}
>   {RECT_CONFIG, "proxy.config.spdy.max_concurrent_streams_in", RECD_INT, 
> "100", RECU_DYNAMIC, RR_NULL, RECC_STR, "^[0-9]+$", RECA_NULL}
>   {RECT_CONFIG, "proxy.config.spdy.no_activity_timeout_in", RECD_INT, "115", 
> RECU_DYNAMIC, RR_NULL, RECC_STR, "^[0-9]+$", RECA_NULL}
>   {RECT_CONFIG, "proxy.config.spdy.initial_window_size_in", RECD_INT, 
> "1048576", RECU_DYNAMIC, RR_NULL, RECC_STR, "^[0-9]+$", RECA_NULL}
>   {RECT_CONFIG, "proxy.config.spdy.accept_no_activity_timeout", RECD_INT, 
> "120", RECU_DYNAMIC, RR_NULL, RECC_STR, "^[0-9]+$", RECA_NULL}
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to