[PR #33] [CLOSED] Allow access to curl through a squid proxy #980

Closed
opened 2026-03-15 11:11:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/asciinema/asciinema/pull/33
Author: @pforpallav
Created: 8/5/2013
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 5233f32 Allow 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.

## 📋 Pull Request Information **Original PR:** https://github.com/asciinema/asciinema/pull/33 **Author:** [@pforpallav](https://github.com/pforpallav) **Created:** 8/5/2013 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`5233f32`](https://github.com/asciinema/asciinema/commit/5233f3287ad8b0fae08b6c721d126bd659b91909) Allow access to curl through a squid proxy (which by default denies 100 continue expectation) ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `bin/asciiio` (+1 -1) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 11:11:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asciinema#980
No description provided.