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

Clarify streaming trait values and semantics #1458

Merged
merged 1 commit into from
Oct 22, 2022
Merged

Conversation

mtdowling
Copy link
Member

  • Clarify that streaming trait members need httpPayload when using an http binding protocol.
  • Clarify that servers should interpret streaming members as having a default value of zero bytes.
  • Mention this in the v1 docs too.
  • Fixed a doc linking issue for the streaming docs where we were using the wrong casing.

Closes #1380
Addresses #1456

@mtdowling mtdowling requested a review from a team as a code owner October 21, 2022 18:51
docs/source-1.0/spec/core/stream-traits.rst Outdated Show resolved Hide resolved
docs/source-2.0/spec/streaming.rst Outdated Show resolved Hide resolved
* Clarify that streaming trait members need httpPayload when using
  an http binding protocol.
* Clarify that servers should interpret streaming members as
  having a default value of zero bytes.
* Mention this in the v1 docs too.
* Fixed a doc linking issue for the streaming docs where we were
  using the wrong casing.

Closes #1380
Addresses #1456
@mtdowling mtdowling merged commit 3a0d023 into main Oct 22, 2022
@mtdowling mtdowling deleted the clarify-streaming-trait branch October 24, 2022 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Confusion with the streaming example in section 13.1 of IDL v2
2 participants