-
Notifications
You must be signed in to change notification settings - Fork 428
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
Commits on Oct 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 798fcc2 - Browse repository at this point
Copy the full SHA 798fcc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3453c9d - Browse repository at this point
Copy the full SHA 3453c9dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for dbfd9e7 - Browse repository at this point
Copy the full SHA dbfd9e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b4223c - Browse repository at this point
Copy the full SHA 4b4223cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f72cca6 - Browse repository at this point
Copy the full SHA f72cca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c20f69 - Browse repository at this point
Copy the full SHA 7c20f69View commit details -
do not assert order of messages recieved over BOSH
it is not possible to guarantee order of msgs received from BOSH is 100% tests
Configuration menu - View commit details
-
Copy full SHA for 07f6c90 - Browse repository at this point
Copy the full SHA 07f6c90View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 3133e66 - Browse repository at this point
Copy the full SHA 3133e66View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea3653b - Browse repository at this point
Copy the full SHA ea3653bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a91ee20 - Browse repository at this point
Copy the full SHA a91ee20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9609812 - Browse repository at this point
Copy the full SHA 9609812View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.