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

Fix #123 - request paused on exit #124

Merged
merged 5 commits into from
Nov 17, 2018
Merged

Fix #123 - request paused on exit #124

merged 5 commits into from
Nov 17, 2018

Commits on Nov 16, 2018

  1. Fix #123 - request paused on exit

    It appears that subsequent operations which have the effect of pausing the
    request are already queued for this event frame. This rux adds setImmediate to
    push stream resumption to the next frame.
    
    In the future, we should run tests with a small payload AND one that exceeds the
    maximum TCP packet size limit and node internal buffer. This would help identify
    this kind of bug.
    mike-marcacci committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    8064e47 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2018

  1. Configuration menu
    Copy the full SHA
    3051957 View commit details
    Browse the repository at this point in the history
  2. Changelog entry tweaks.

    jaydenseric authored Nov 17, 2018
    Configuration menu
    Copy the full SHA
    da1abe1 View commit details
    Browse the repository at this point in the history
  3. Minor comment tweak.

    jaydenseric authored Nov 17, 2018
    Configuration menu
    Copy the full SHA
    0c0ab1e View commit details
    Browse the repository at this point in the history
  4. Minor comment tweaks.

    jaydenseric authored Nov 17, 2018
    Configuration menu
    Copy the full SHA
    111c1a1 View commit details
    Browse the repository at this point in the history