Github user zwoop commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/632#discussion_r63075928
  
    --- Diff: proxy/http2/HTTP2.h ---
    @@ -60,6 +60,10 @@ const uint32_t HTTP2_MAX_FRAME_SIZE = 16384;
     const uint32_t HTTP2_HEADER_TABLE_SIZE = 4096;
     const uint32_t HTTP2_MAX_HEADER_LIST_SIZE = UINT_MAX;
     
    +// [RFC 7540] 5.3.5 Default Priorities
    +const uint32_t HTTP2_PRIORITY_DEFAULT_STREAM_DEPENDENCY = 0;
    +const uint8_t HTTP2_PRIORITY_DEFAULT_WEIGHT = 15;
    --- End diff --
    
    Since you referenced the RFC here: 
    
    "In both cases, streams are assigned a default weight of 16".
    
    So, why is it 15? :)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to