Closed redapple closed 7 years ago
@@ master #33 diff @@
==========================================
Files 2 2
Lines 128 128
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 118 120 +2
+ Misses 10 8 -2
Partials 0 0
Powered by Codecov. Last update d3b5175...5850bf3
wow, and the coverage looks great too! 👍
In Python 3, X-Crawlera-Errors appear in the stats represented as a bytes string, e.g:
"crawlera/response/error/b'somethingbad'": 1
This patch converts the header value to unicode when incrementing the stats counter.