-
Notifications
You must be signed in to change notification settings - Fork 266
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
Strange payloads in notifications #3258
Comments
The change we need to do in that file was:
|
Additionally in test/functionalTest/cases/1048_subscription_cache/three_subscriptions.test we need to change:
although the one we intially used, |
The PR from which the modifications come from, for reference: apinf#34 |
One more of these strange content-Lengths of payloads: |
We have detected a few pretty strange notification payloads, for example in:
test/functionalTest/cases/0876_attribute_dates/attrs_dates_overridden_by_user_subs.test
... where identical payloads in notifications have different
Content-Length
.The entire difference is probably whitespace, but we need to look into this.
The text was updated successfully, but these errors were encountered: