Page MenuHomePhabricator

Add "HTTPSFuture->addCurlOption()" for raw access to "curl_setopt()"
ClosedPublic

Authored by epriestley on May 14 2020, 4:14 PM.
Tags
None
Referenced Files
F18826980: D21251.id50606.diff
Fri, Oct 24, 6:59 AM
F18806039: D21251.diff
Sat, Oct 18, 5:29 PM
F18790818: D21251.id50607.diff
Wed, Oct 15, 7:32 PM
F18734294: D21251.id.diff
Tue, Sep 30, 10:51 PM
F18404171: D21251.diff
Aug 29 2025, 9:57 PM
F18101109: D21251.diff
Aug 9 2025, 12:19 PM
F18083220: D21251.id50606.diff
Aug 5 2025, 9:24 AM
F17948732: D21251.diff
Jul 31 2025, 9:55 PM
Subscribers
None

Details

Summary

Fixes T13533. This is a narrow, fragile API for a particular Kerberos use case on one install.

Test Plan
  • Set a non-scalar key, got an exception.
  • Set <"duck", "quack">, got an exception from cURL that the value was invalid.
  • Set a bunch of made-up options to arbitrary values, no errors. cURL accepts anything so there's nothing we can do about this.
  • Set CURLOPT_NOBODY and saw the request behavior change, demonstrating that the call can produce effects.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.May 14 2020, 4:15 PM
epriestley requested review of this revision.
This revision was automatically updated to reflect the committed changes.