Opened 14 years ago
Closed 14 years ago
#542 closed defect (fixed)
sendfile errors out on input ports that are not linked to a file-descriptor
Reported by: | sjamaan | Owned by: | certainty |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | extensions | Version: | 4.6.x |
Keywords: | sendfile | Cc: | |
Estimated difficulty: |
Description
(sendfile i o)
does not work when i is a non-filedescriptor-backed port (like a custom port). It should test with port-has-fd?
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This works fine now, thanks! When will there be a release? :)
Note: See
TracTickets for help on using
tickets.
I've committed a change to the bitbucket repository that should fix this issue.