profuse icon indicating copy to clipboard operation
profuse copied to clipboard

Make request I/O pure and expose the fd

Open aantron opened this issue 8 years ago • 0 comments

  • Adjusts dispatch and helpers so that they do not write to the request fd. Instead, they return lists of writing operations, to be performed by the same outer code that reads from the fd, and calls dispatch.
  • Exposes the fd in the API.

aantron avatar Jun 12 '17 01:06 aantron