• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

python-diamond / Diamond / 1347
24%

Build:
DEFAULT BRANCH: master
Ran 21 Dec 2016 09:58PM UTC
Jobs 2
Files 12
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1347

Pull #567

travis-ci

web-flow
Support HTTPS mod_status URLs and redirects

Previously, HttpdCollector assumed all URLs on their default ports
were requests to port 80. In the case of a `http://localhost/` ->
`https://localhost/` redirect, the latter URL is parsed by `urlparse`
as "Host localhost on the default port" (`parts.netloc` aka `parts[1]`
did not contain a `:`), and a request is made to `http://localhost/`,
which promptly re-redirects to HTTPS again.

Transition to using the attribute names of `urlparse` for readability,
and support both HTTP and HTTPS URLs, by examining the scheme and
constructing the correct httplib class accordingly.
Pull Request #567: Fix infinite redirect loop with httpd collector, support HTTPS

528 of 884 relevant lines covered (59.73%)

1.19 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1347.1 21 Dec 2016 09:58PM UTC 0
58.94
Travis Job 1347.1
2 1347.2 21 Dec 2016 09:58PM UTC 0
59.73
Travis Job 1347.2
Source Files on build 1347
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1347
  • Pull Request #567
  • PR Base - master (#1324)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc