You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "maskit (via GitHub)" <gi...@apache.org> on 2023/02/16 18:10:22 UTC

[GitHub] [trafficserver] maskit opened a new issue, #9426: H3 header size constraints

maskit opened a new issue, #9426:
URL: https://github.com/apache/trafficserver/issues/9426

   Need to support `SETTINGS_MAX_FIELD_SECTION_SIZE`.
   https://datatracker.ietf.org/doc/html/rfc9114#name-header-size-constraints
   
   There are similar thing in H2 as well and we have `proxy.config.http2.max_header_list_size` for it.
   https://datatracker.ietf.org/doc/html/rfc9113#name-limits-on-field-block-size
   
   Note that the size is not the total of the lengths of field names and values.
   > The size of a field list is calculated based on the uncompressed size of fields, including the length of the name and value in bytes plus an overhead of 32 bytes for each field.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] maskit commented on issue #9426: H3 header size constraints

Posted by "maskit (via GitHub)" <gi...@apache.org>.
maskit commented on issue #9426:
URL: https://github.com/apache/trafficserver/issues/9426#issuecomment-1433517885

   Actually, I found `Http3SettingsId::HEADER_TABLE_SIZE`. It seems like the name was changed on the spec at some point.  We may just need to rename variables and functions.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] duke8253 closed issue #9426: Enforce H3 header size constraints

Posted by "duke8253 (via GitHub)" <gi...@apache.org>.
duke8253 closed issue #9426: Enforce H3 header size constraints
URL: https://github.com/apache/trafficserver/issues/9426


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] duke8253 commented on issue #9426: Enforce H3 header size constraints

Posted by "duke8253 (via GitHub)" <gi...@apache.org>.
duke8253 commented on issue #9426:
URL: https://github.com/apache/trafficserver/issues/9426#issuecomment-1589800337

   Actually I think it's the `Http3SettingsId::MAX_HEADER_LIST_SIZE` that's been renamed.
   
   https://datatracker.ietf.org/doc/html/rfc9114#appendix-A.3-4.12.1


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org