WordPress / Requests

Requests for PHP is a humble HTTP request library. It simplifies how you interact with other sites and takes away all your worries.
https://requests.ryanmccue.info/
Other
3.57k stars 494 forks source link

Rollback changes from PR #657 #839

Closed laszlof closed 10 months ago

laszlof commented 10 months ago

This change rolls back a bug fix from PR #657. This PR contained no test's, and no real documentation what the issue was it was trying to solve. As a result, this change has broken updates (amongst other things) on at least anyone using curl 7.29.

See Issue #838 for more details.

Pull Request Type

This is a:

Context

Roll back a bug fix from PR #657.

Detailed Description

Quality assurance

Documentation

For new features:

jrfnl commented 10 months ago

For the record: the underlying issue #656 contains information on what #657 solves.