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
F13089108: D21251.diff
Thu, Apr 25, 1:40 AM
Unknown Object (File)
Thu, Apr 11, 9:29 AM
Unknown Object (File)
Sat, Apr 6, 4:42 PM
Unknown Object (File)
Fri, Mar 29, 11:37 AM
Unknown Object (File)
Fri, Mar 29, 2:02 AM
Unknown Object (File)
Thu, Mar 28, 1:15 AM
Unknown Object (File)
Mar 10 2024, 12:57 PM
Unknown Object (File)
Feb 14 2024, 3:32 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.