Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A wide diagram might be made narrower #810

Closed
martinthomson opened this issue Feb 2, 2021 · 3 comments · Fixed by #814
Closed

A wide diagram might be made narrower #810

martinthomson opened this issue Feb 2, 2021 · 3 comments · Fixed by #814

Comments

@martinthomson
Copy link
Collaborator

.../draft-ietf-httpbis-http2bis.xml(311): Warning: Artwork too wide, reducing indentation from 3 to 1

Might be worth trying to fix.

@Lukasa
Copy link
Collaborator

Lukasa commented Feb 3, 2021

I think that diagram is this one:

<artwork type="message/http; msgtype=&quot;request&quot;"><![CDATA[
  GET / HTTP/1.1
  Host: server.example.com
  Connection: Upgrade, HTTP2-Settings
  Upgrade: h2c
  HTTP2-Settings: <base64url encoding of HTTP/2 SETTINGS frame payload>

]]></artwork>

Might be a pain to rewrite that one to be smaller. Careful wordsmithing?

@Lukasa
Copy link
Collaborator

Lukasa commented Feb 3, 2021

I think that has to be the one. It's 72 characters wide at its widest. The next-widest artwork in the RFC is 67 characters, so if we can save 5 characters we'd be fine.

@reschke
Copy link
Contributor

reschke commented Feb 3, 2021

Just say something like:

HTTP2-Settings:

and then in the prose say that "encoded-settings" is "base64url encoding of HTTP/2 SETTINGS frame payload"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants