You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "John Plevyak (JIRA)" <ji...@apache.org> on 2010/06/10 22:48:18 UTC

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

     [ https://issues.apache.org/jira/browse/TS-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Plevyak resolved TS-67.
----------------------------

      Assignee: John Plevyak
    Resolution: Fixed

Committed revision 953450.


> 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
>            Assignee: John Plevyak
>            Priority: Minor
>             Fix For: 2.1.2
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> 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.