You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "John Plevyak (JIRA)" <ji...@apache.org> on 2009/12/05 00:19:20 UTC

[jira] Created: (TS-67) INKIOBufferReaderCopy, INKIOBufferWrite and like should probably take void * instead of char *

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.