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

Add size key to option in forward protocol #1137

Merged

Commits on Aug 4, 2016

  1. Add size size key in option at out_forward

    Sending array's length with msgpack is always 3, so remove FORWARD_HEADER_EXT
    ganmacs committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    8b3f97a View commit details
    Browse the repository at this point in the history
  2. pass size to initilizer of MessagePackEventStream

    * pass `size` to initilizer of MessagePackEventStream if `size` exists in `option` at in_forward
    * remove unnecessary condtion
    ganmacs committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    80c418f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb5f42e View commit details
    Browse the repository at this point in the history
  4. Remove unused code

    * `@extend_internal_protocol` is same as `@require_ack_response`, so
      remove it.
    ganmacs committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    8efc126 View commit details
    Browse the repository at this point in the history