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

google / recaptcha / 23616717473
100%

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

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

1 of 1 new or added line in 1 file covered. (100.0%)

158 of 158 relevant lines covered (100.0%)

20.03 hits per line

Jobs
ID Job ID Ran Files Coverage
1 php-8.4 - 23616717473.1 26 Mar 2026 08:35PM UTC 7
100.0
GitHub Action Run
2 php-8.5 - 23616717473.2 26 Mar 2026 08:35PM UTC 7
100.0
GitHub Action Run
Source Files on build 23616717473
  • Tree
  • List 7
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • caea1522 on github
  • Prev Build on main (#23606390611)
  • Next Build on main (#23616965014)
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