summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-05-15 21:28:42 -0500
committerGitHub <noreply@github.com>2018-05-15 21:28:42 -0500
commit07378673d8eb974069cbae2cd111eb03a9853910 (patch)
tree833a7b97f050b79d4c10a825df98c42bd576a27a /CHANGES.rst
parent0d9792f84c63b7e07b30c083b40082f46e03e29f (diff)
parent829cc3d225a7a9f09c77c5184243e4db09179225 (diff)
downloadpyramid-07378673d8eb974069cbae2cd111eb03a9853910.tar.gz
pyramid-07378673d8eb974069cbae2cd111eb03a9853910.tar.bz2
pyramid-07378673d8eb974069cbae2cd111eb03a9853910.zip
Merge pull request #3280 from cewing/issue-3212
Fix inadvertent 520 error codes
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 4cb8ba44b..1771026fc 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -28,6 +28,11 @@ Features
Bug Fixes
---------
+- Set appropriate ``code`` and ``title`` attributes on the ``HTTPClientError`` and
+ ``HTTPServerError`` exception classes. This prevents inadvertently returning a 520
+ error code.
+ See https://github.com/Pylons/pyramid/pull/3280
+
Deprecations
------------