Resolve async HTTP research with Carrier #2
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/llm-agent-cl!2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/carrier-async-http-research"
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?
What changed
orthecreedence/carrieras the native asynchronous Common Lisp HTTP clientLobsterassumption from repository instructions, parity research, transport tests, and architecture notescl-async-sslusesSSL_VERIFY_NONE, Carrier has no public cancellation handle, no connection pooling/reuse, and request-body streaming remains absentEvidence
Reviewed Carrier README, ASDF system, implementation, open issues #13/#16/#17/#25,
cl-async-sslsource, and official libcurl multi/multiplexing documentation.Boundary
This does not approve runtime implementation. It resolves the async-client identification gap and tightens the production transport requirements.