remove custom http header parsing #245

Closed
opened 2024-04-22 02:45:19 +00:00 by pennae · 1 comment
Owner

nix has custom http header parsing code because github had an etag-related bug a decade ago: https://git.lix.systems/lix-project/lix/src/branch/main/src/libstore/filetransfer.cc#L207

this must go away. the http status line extraction can stay, all the rest this function does should be done using curl functions because this is silly

nix has custom http header parsing code because github had an etag-related bug a decade ago: https://git.lix.systems/lix-project/lix/src/branch/main/src/libstore/filetransfer.cc#L207 this must go away. the http status line extraction can stay, all the rest this function does should be done using curl functions because this is silly
jade added the
stability
label 2024-04-22 03:16:03 +00:00
Author
Owner
done in https://gerrit.lix.systems/c/lix/+/856
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: lix-project/lix#245
No description provided.