You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "James Peach (JIRA)" <ji...@apache.org> on 2014/05/01 19:19:15 UTC

[jira] [Closed] (TS-2745) TSNetAcceptNamedProtocol should not unregister on error

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

James Peach closed TS-2745.
---------------------------

    Resolution: Invalid

On further investigation, this code is correct. {{ssl_unregister_protocol}} will  only unregister if the protocol name and the continuation pointer match.

> TSNetAcceptNamedProtocol should not unregister on error
> -------------------------------------------------------
>
>                 Key: TS-2745
>                 URL: https://issues.apache.org/jira/browse/TS-2745
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: SPDY, TS API
>            Reporter: James Peach
>
> {{TSNetAcceptNamedProtocol}} unregisters the names protocol if there's a registration error. The most likely error is that the names protocol is already registered, so this would cause it to get unregistered, which seems bad.
> I'm not sure how to deal with protocols that are registered by the core; currently a plugin could not override that registration. Maybe that's OK.



--
This message was sent by Atlassian JIRA
(v6.2#6252)