curl refuses to fetch from HttpServer without --http0.9 #57
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Telodendria/Cytoplasm#57
Loading…
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?
I'm trying to rewrite one of my ongoing web projects in C using Cytoplasm. I've created an HTTP server and started it. It echoes the path requested back at the user.
I've noticed a problem with
curl
where if you don't pass the argument--http0.9
, it refuses to download with the following message:When you pass
--http0.9
, it successfully fetches. What gives?Here is the full program source, for debuggery:
Turns out it was my code. Still wouldn't mind knowing what caused that? That's a weird failure mode
Could be a config feature