1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-24 13:44:20 +00:00

3 Commits

Author SHA1 Message Date
pawelmhm
65c7c05060 response_status_message should not fail on non-standard HTTP codes
utility is used in retry middleware and it was failing to handle non-standard HTTP codes.
Instead of raising exceptions when passing through to_native_str it should return
"Unknown status" message.
2016-03-12 14:16:40 +01:00
Mikhail Korobov
7f927f68e1 PY3 port scrapy.utils.response 2015-08-01 00:35:43 +05:00
Daniel Graña
242c08553f move tests under root dir 2014-07-30 19:45:08 -03:00