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

google / recaptcha / 23616717473 / 1
100%
main: 100%

Build:
DEFAULT BRANCH: main
Ran 26 Mar 2026 08:36PM UTC
Files 7
Run time 1s
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

26 Mar 2026 08:34PM UTC coverage: 100.0%. Remained the same
23616717473.1

push

github

web-flow
fix: Accept HTTP/1.1 responses in SocketPost to support proxies (#616)

* fix: accept HTTP/1.1 responses in SocketPost to support proxies

Proxies and certain hosting environments may convert outbound HTTP/1.0
requests and respond with HTTP/1.1 200 OK. The previous strict check
(strpos for 'HTTP/1.0 200 OK') caused false E_BAD_RESPONSE errors for
these users.

Replace the strpos check with a regex that accepts both HTTP/1.0 and
HTTP/1.1 200 OK response headers. Add a dedicated test to verify
HTTP/1.1 responses are handled correctly.

* test: verify SocketPost correctly rejects HTTP/1.1 errors

* test: verify SocketPost correctly rejects unsupported HTTP protocols

158 of 158 relevant lines covered (100.0%)

10.01 hits per line

Source Files on job php-8.4 - 23616717473.1
  • Tree
  • List 7
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 23616717473
  • caea1522 on github
  • Prev Job for on main (#23606390611.2)
  • Next Job for on main (#23616965014.1)
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