mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[PR #33] [CLOSED] Allow access to curl through a squid proxy #367
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#367
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/asciinema/asciinema/pull/33
Author: @pforpallav
Created: 8/5/2013
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
5233f32Allow access to curl through a squid proxy (which by default denies 100 continue expectation)📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
bin/asciiio(+1 -1)📄 Description
The squid proxy denies 100 continue expectation (http://www.squid-cache.org/Doc/config/ignore_expect_100/). And this header is added by default by curl. Adding a -H"Expect:" to the curl cmd in uploader solves this.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.