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

twitter / CocoaSPDY / 240
76%
master: %

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 06 Feb 2015 07:40AM UTC
Jobs 1
Files 52
Run time 6s
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
240

Pull #99

travis-ci

kgoodier
Fix proxy when config is invalid.

If an auto-config .pac file specifies a SOCKS proxy, or has a typo,
or a manually configured proxy has no values, or any other case where
we end up with no available proxies, we should fall back to using a
direct connection.

In addition, within the connectToOrigin code in SPDYSocket, if the
connection fails on the first call (using a manually configured proxy
or something invalid happens setting up the streams), then it's
important to return NO to the session. Since the delegate hasn't been
set yet in the session, always returning YES could result in a zombie
session being inserted into the pool and remaining there indefinitely.

More unit tests for endpoint manager and socket, and some refactoring.
Fixed some test logic.
Pull Request #99: Fix proxy when config is invalid.

28 of 28 new or added lines in 2 files covered. (100.0%)

2178 of 3565 relevant lines covered (61.09%)

30.47 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
5
100.0
SPDY/SPDYOriginEndpointManager.m
13
100.0
SPDY/SPDYSession.m
63
100.0
SPDY/SPDYSocket.m
Jobs
ID Job ID Ran Files Coverage
1 240.1 06 Feb 2015 07:40AM UTC 0
61.09
Travis Job 240.1
Source Files on build 240
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #240
  • Pull Request #99
  • PR Base - develop (#239)
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

© 2026 Coveralls, Inc