Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Add error codes for malformed/bad JSON in /login #608
Conversation
matrixbot
commented
Feb 26, 2016
|
Can one of the admins verify this patch? |
|
matrixbot: ok to test |
|
Needs more line breaks to appease the PEP8 dragon, but otherwise lgtm. So you'd want:
|
gergelypolonkai
commented
Feb 26, 2016
|
There you go, PEP8 dragon. |
dbkr
added a commit
that referenced
this pull request
Feb 26, 2016
dbkr
merged commit 9329cd5
into
matrix-org:develop
Feb 26, 2016
1 check passed
default
Build finished. 367 tests run, 0 skipped, 0 failed.
Details
gergelypolonkai
deleted the
gergelypolonkai:syn-638
branch
Mar 1, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gergelypolonkai commentedFeb 26, 2016
Malformed/bad JSON data caused an M_UNKNOWN to be sent for the client instead of NOT_JSON/BAD_JSON.