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

Hunt BOSH interleave requests issue #869

Merged
merged 11 commits into from
Oct 19, 2016

Commits on Oct 17, 2016

  1. Configuration menu
    Copy the full SHA
    798fcc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3453c9d View commit details
    Browse the repository at this point in the history
  3. fix stream prefix detection

    in some rare cases it is possible that stream:features arrive without
    the stream tag. In this case the xmlns:stream was not added
    which confused expath and probably other parsers
    michalwski committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    dbfd9e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b4223c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f72cca6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c20f69 View commit details
    Browse the repository at this point in the history
  7. do not assert order of messages recieved over BOSH

    it is not possible to guarantee order of msgs received from BOSH
    is 100% tests
    michalwski committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    07f6c90 View commit details
    Browse the repository at this point in the history
  8. fix for the main bosh issue with unexpected RID

    The fix is only half line of code.
    Cached responses should be resent only if there is a handler,
    otherwise the RID is not incremented correctly when new request arrives
    and the session is terminated incorrectly.
    See PR #869 for more details about the bug.
    michalwski committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    3133e66 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea3653b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a91ee20 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9609812 View commit details
    Browse the repository at this point in the history