This is an archive of the discontinued Mercurial Phabricator instance.

phabricator: drop incorrect content type header
AbandonedPublic

Authored by mjpieters on Oct 18 2017, 6:14 AM.
Tags
None
Subscribers
None

Details

Reviewers
ikostia
Group Reviewers
Restricted Project
Summary

urllib3 encodes to mulipart/form-data for us, and sets the header; setting it
manually clashes and breaks the post.

Diff Detail

Repository
rFBHGX Facebook Mercurial Extensions
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

mjpieters created this revision.Oct 18 2017, 6:14 AM
Herald added a reviewer: Restricted Project. ยท View Herald TranscriptOct 18 2017, 6:14 AM

Why not update this one: D1026?

mjpieters abandoned this revision.Oct 18 2017, 6:25 AM

Folded into D1026