Skip to content

Instantly share code, notes, and snippets.

View bagder's full-sized avatar
🥌
You're absolutely right

Daniel Stenberg bagder

🥌
You're absolutely right
View GitHub Profile
@bagder
bagder / test1967
Created April 17, 2026 13:46
test1967
<?xml version="1.0" encoding="US-ASCII"?>
<testcase>
<info>
<keywords>
HTTP
HTTP GET
</keywords>
</info>
# Server-side
<reply>
@bagder
bagder / retry.patch
Created May 17, 2026 21:32
attempt to fix the torture test failure
diff --git a/src/tool_operate.c b/src/tool_operate.c
index f402c3f055..3e6038d9a6 100644
--- a/src/tool_operate.c
+++ b/src/tool_operate.c
@@ -854,10 +854,11 @@ static CURLcode post_close_output(struct per_transfer *per,
int rc;
/* Close the outs file */
if(outs->fopened && outs->stream) {
rc = curlx_fclose(outs->stream);