INKIOBufferReaderCopy, INKIOBufferWrite and like should probably take void *
instead of char *
----------------------------------------------------------------------------------------------
Key: TS-67
URL: https://issues.apache.org/jira/browse/TS-67
Project: Traffic Server
Issue Type: Improvement
Components: InkAPI
Reporter: John Plevyak
Priority: Minor
INKIOBufferReaderCopy, INKIOBufferWrite and like should probably take void *
instead of char *.
These functions deal with pointers to raw memory, and like memcpy/read/write in
the C library they
should probably take void *. Likely this change would not break any code as it
is simply less restrictive.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.